File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 "
77license = " MIT"
88authors = [
99 " Carl Lerche <me@carllerche.com>" ,
You can’t perform that action at this time.
0 commit comments