We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8af235 commit 07fc824Copy full SHA for 07fc824
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.4.3 (March 15, 2024)
2
+
3
+* Fix flow control limits to not apply until receiving SETTINGS ack.
4
+* Fix not returning an error if IO ended without `close_notify`.
5
+* Improve performance of decoding many headers.
6
7
# 0.4.2 (January 17th, 2024)
8
9
* Limit error resets for misbehaving connections.
Cargo.toml
@@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.4.2"
+version = "0.4.3"
license = "MIT"
authors = [
"Carl Lerche <[email protected]>",
0 commit comments