File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 5.3.0] - 2025-06-09
11+
12+ ### Added
13+
14+ - (backported) Add .retriable feature to Http
15+ - (backported) Add more specific ConnectionError classes
16+ - (backported) New feature: RaiseError
17+
18+ ### Changed
19+
20+ - (backported) Drop depenency on base64
21+ - (backported) Cache header normalization to reduce object allocation
22+ - (backported) Use native llhttp on MRI
23+
24+
1025## [ 5.2.0] - 2024-02-05
1126
1227### Added
@@ -37,5 +52,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3752- Prevent CRLF injection due to broken URL normalizer
3853 ([ #765 ] ( https://github.com/httprb/http/pull/765 ) )
3954
40- [ unreleased ] : https://github.com/httprb/http/compare/v5.2.0...5-x-stable
55+ [ unreleased ] : https://github.com/httprb/http/compare/v5.3.0...5-x-stable
56+ [ 5.3.0 ] : https://github.com/httprb/http/compare/v5.2.0...v5.3.0
4157[ 5.2.0 ] : https://github.com/httprb/http/compare/v5.1.1...v5.2.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 = "5.3 .0"
55end
You can’t perform that action at this time.
0 commit comments