Skip to content

Commit b33b6a4

Browse files
committed
Bump minor version.
1 parent 382befe commit b33b6a4

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

lib/protocol/http2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module Protocol
88
# @namespace
99
module HTTP2
10-
VERSION = "0.25.0"
10+
VERSION = "0.26.0"
1111
end
1212
end

readme.md

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

1515
Please see the [project releases](https://socketry.github.io/protocol-http2/releases/index) for all releases.
1616

17+
### v0.26.0
18+
19+
- On RST\_STREAM with REFUSED\_STREAM, close the stream with `Protocol::HTTP::RefusedError` instead of `StreamError`.
20+
1721
### v0.25.0
1822

1923
- On GOAWAY, proactively close unprocessed streams (ID above `last_stream_id`) with `Protocol::HTTP::RequestRefusedError`, enabling safe retry of non-idempotent requests.
@@ -56,11 +60,6 @@ Please see the [project releases](https://socketry.github.io/protocol-http2/rele
5660
- Improved window update frame handling and performance optimizations.
5761
- Better implementation of `Window#inspect` for debugging.
5862

59-
### v0.19.2
60-
61-
- Added traces to framer for better debugging and monitoring capabilities.
62-
- Minor fixes to logging output.
63-
6463
## See Also
6564

6665
- [Async::HTTP](https://github.com/socketry/async-http) - A high-level HTTP client and server implementation.

releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Releases
22

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

5-
- On RST_STREAM with REFUSED_STREAM, close the stream with `Protocol::HTTP::RefusedError` instead of `StreamError`.
5+
- On RST\_STREAM with REFUSED\_STREAM, close the stream with `Protocol::HTTP::RefusedError` instead of `StreamError`.
66

77
## v0.25.0
88

0 commit comments

Comments
 (0)