File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.13 (January 5, 2026)
2+
3+ * Add support for 1xx informational responses on client and server side.
4+ * Fix auto-releasing of padding bytes of DATA frames for flow control windows.
5+ * Fix to stop assigning capacity to pending streams which can't use it yet.
6+ * Fix tracing to not grab the parent for the connection span.
7+
18# 0.4.12 (August 5, 2025)
29
310* Fix default limits on max stored reset streams and duration to more reasonable values.
Original file line number Diff line number Diff 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.12 "
6+ version = " 0.4.13 "
77license = " MIT"
88authors = [
99 " Carl Lerche <me@carllerche.com>" ,
You can’t perform that action at this time.
0 commit comments