Skip to content

Commit 2dc3078

Browse files
committed
v0.4.8
1 parent 07e528f commit 2dc3078

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
# 0.4.7 (November 19, 2024)
210

311
* Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "h2"
33
# When releasing to crates.io:
44
# - Update CHANGELOG.md.
55
# - Create git tag
6-
version = "0.4.7"
6+
version = "0.4.8"
77
license = "MIT"
88
authors = [
99
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)