We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e528f commit 2dc3078Copy full SHA for 2dc3078
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 0.4.8 (February 18, 2025)
2
+
3
+* Fix handling implicit stream resets at the more correct time.
4
+* Fix window size decrements of send-closed streams.
5
+* Fix reclaiming of reserved capacity when streams are closed.
6
+* Fix to no longer call `poll_flush` after `poll_shutdown`.
7
+* Fix busy loop in task when poll_shutdown returns pending.
8
9
# 0.4.7 (November 19, 2024)
10
11
* Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
Cargo.toml
@@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.4.7"
+version = "0.4.8"
license = "MIT"
authors = [
"Carl Lerche <[email protected]>",
0 commit comments