Skip to content

Commit

Permalink
v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 19, 2024
1 parent 3ac6016 commit cffea95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.7 (November 19, 2024)

* Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
* Fix notifying the stream task when automatically reset on receipt of a stream error.

# 0.4.6 (August 19, 2024)

* Add `current_max_send_streams()` and `current_max_recv_streams()` to `client::SendRequest`.
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.6"
version = "0.4.7"
license = "MIT"
authors = [
"Carl Lerche <[email protected]>",
Expand Down

0 comments on commit cffea95

Please sign in to comment.