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 59513ce commit 41a0f80Copy full SHA for 41a0f80
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.4.12 (August 5, 2025)
2
+
3
+* Fix default limits on max stored reset streams and duration to more reasonable values.
4
5
# 0.4.11 (June 30, 2025)
6
7
* Fix client to not return an error when a clean shutdown otherwise doesn't get a TLS close_notify, which some servers don't bother sending.
Cargo.toml
@@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.4.11"
+version = "0.4.12"
license = "MIT"
8
authors = [
9
"Carl Lerche <me@carllerche.com>",
0 commit comments