We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c41151 commit f161f7cCopy full SHA for f161f7c
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.4.5 (May 17, 2024)
2
+
3
+* Fix race condition that sometimes hung connections during shutdown.
4
+* Fix pseudo header construction for CONNECT and OPTIONS requests.
5
6
# 0.4.4 (April 3, 2024)
7
8
* Limit number of CONTINUATION frames 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.4"
+version = "0.4.5"
license = "MIT"
authors = [
9
"Carl Lerche <[email protected]>",
0 commit comments