Skip to content

Commit 2aeb81f

Browse files
committed
v0.4.13
1 parent 5f40d38 commit 2aeb81f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.4.13 (January 5, 2026)
2+
3+
* Add support for 1xx informational responses on client and server side.
4+
* Fix auto-releasing of padding bytes of DATA frames for flow control windows.
5+
* Fix to stop assigning capacity to pending streams which can't use it yet.
6+
* Fix tracing to not grab the parent for the connection span.
7+
18
# 0.4.12 (August 5, 2025)
29

310
* Fix default limits on max stored reset streams and duration to more reasonable values.

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.12"
6+
version = "0.4.13"
77
license = "MIT"
88
authors = [
99
"Carl Lerche <me@carllerche.com>",

0 commit comments

Comments
 (0)