Skip to content

Commit e2826c5

Browse files
committed
v0.4.14
1 parent 30998f2 commit e2826c5

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.4.14 (May 5, 2026)
2+
3+
* Add `header_table_size()` option to server builder.
4+
* Fix leaking connection flow control of padded DATA frames when stream is reset.
5+
* Fix leaking connection flow control when canceling a stream after reserving capacity.
6+
* Fix leaking connection flow control when receiving a DATA frame after GOAWAY.
7+
* Fix waking the `poll_capacity` when locally reseting a stream from library.
8+
* Fix sending HEADERS on a reset stream before the RST_STREAM frame.
9+
* Fix receiving GOAWAY to not close peer-initiated streams.
10+
* Optimize header value decoding to copy less bytes.
11+
112
# 0.4.13 (January 5, 2026)
213

314
* Add support for 1xx informational responses on client and server side.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "h2"
33
# When releasing to crates.io:
44
# - Update CHANGELOG.md.
55
# - Create git tag
6-
version = "0.4.13"
6+
version = "0.4.14"
77
license = "MIT"
88
authors = [
99
"Carl Lerche <me@carllerche.com>",

0 commit comments

Comments
 (0)