Skip to content

Commit 0b80af9

Browse files
committed
Release v6.0.0
1 parent 470203f commit 0b80af9

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.0.0] - 2024-08-28
11+
12+
### Added
13+
14+
- Add `HTTP.retriable` API (#775)
15+
- Add more granularity to `HTTP::ConnectionError` (#783)
16+
- Cache header normalization to reduce object allocation (#789)
17+
18+
### Changed
19+
20+
- **BREAKING** Handle responses in the reverse order from the requests (#776)
21+
- Drop `base64` gem dependency (#778)
22+
1023
### Removed
1124

1225
- **BREAKING** Drop Ruby 2.x support
1326

1427
[unreleased]: https://github.com/httprb/http/compare/v5.2.0...main
28+
[6.0.0]: https://github.com/httprb/http/compare/v5.2.0...v6.0.0

lib/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module HTTP
4-
VERSION = "5.2.0"
4+
VERSION = "6.0.0"
55
end

0 commit comments

Comments
 (0)