File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
# 0.4.7 (November 19, 2024)
2
10
3
11
* Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "h2"
3
3
# When releasing to crates.io:
4
4
# - Update CHANGELOG.md.
5
5
# - Create git tag
6
- version = " 0.4.7 "
6
+ version = " 0.4.8 "
7
7
license = " MIT"
8
8
authors = [
9
9
" Carl Lerche <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments