Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.4.13 (January 5, 2026)

* Add support for 1xx informational responses on client and server side.
* Fix auto-releasing of padding bytes of DATA frames for flow control windows.
* Fix to stop assigning capacity to pending streams which can't use it yet.
* Fix tracing to not grab the parent for the connection span.

# 0.4.12 (August 5, 2025)

* Fix default limits on max stored reset streams and duration to more reasonable values.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
version = "0.4.12"
version = "0.4.13"
license = "MIT"
authors = [
"Carl Lerche <[email protected]>",
Expand Down