Skip to content

Commit a5ca5d2

Browse files
committed
Bump minor version.
1 parent f5bf4fd commit a5ca5d2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

lib/protocol/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Protocol
77
module HTTP
8-
VERSION = "0.58.1"
8+
VERSION = "0.59.0"
99
end
1010
end

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Please see the [project documentation](https://socketry.github.io/protocol-http/
3030

3131
Please see the [project releases](https://socketry.github.io/protocol-http/releases/index) for all releases.
3232

33+
### v0.59.0
34+
35+
- Introduce `Protocol::HTTP::Middleware.load` method for loading middleware applications from files.
36+
- Prevent `ZLib::BufError` when deflating empty chunks by skipping deflation for empty chunks.
37+
3338
### v0.58.1
3439

3540
- `Protocol::HTTP::DuplicateHeaderError` now includes the existing and new values for better debugging.
@@ -85,10 +90,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http/relea
8590
- `Protocol::HTTP::Headers#add` now coerces the value to a string when adding a header, ensuring consistent behaviour.
8691
- `Protocol::HTTP::Body::Head.for` now accepts an optional `length` parameter, allowing it to create a head body even when the body is not provided, based on the known content length.
8792

88-
### v0.50.0
89-
90-
- Drop support for Ruby v3.1.
91-
9293
## See Also
9394

9495
- [protocol-http1](https://github.com/socketry/protocol-http1) — HTTP/1 client/server implementation using this

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.59.0
44

55
- Introduce `Protocol::HTTP::Middleware.load` method for loading middleware applications from files.
66
- Prevent `ZLib::BufError` when deflating empty chunks by skipping deflation for empty chunks.

0 commit comments

Comments
 (0)