We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f40d38 commit 2aeb81fCopy full SHA for 2aeb81f
2 files changed
CHANGELOG.md
@@ -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
8
# 0.4.12 (August 5, 2025)
9
10
* Fix default limits on max stored reset streams and duration to more reasonable values.
Cargo.toml
@@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.4.12"
+version = "0.4.13"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",
0 commit comments