We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59570e1 commit 5f53606Copy full SHA for 5f53606
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.4.2 (January 17th, 2024)
2
+
3
+* Limit error resets for misbehaving connections.
4
+* Fix selecting MAX_CONCURRENT_STREAMS value if no value is advertised initially.
5
6
# 0.4.1 (January 8, 2024)
7
8
* Fix assigning connection capacity which could starve streams in some instances.
Cargo.toml
@@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.4.1"
+version = "0.4.2"
license = "MIT"
authors = [
9
"Carl Lerche <[email protected]>",
0 commit comments