File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module HTTP
4- VERSION = "5.2 .0"
4+ VERSION = "6.0 .0"
55end
You can’t perform that action at this time.
0 commit comments