Skip to content

Commit 2900e33

Browse files
committed
Release v5.3.0
1 parent cd32721 commit 2900e33

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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 = "5.3.0"
55
end

0 commit comments

Comments
 (0)