Skip to content

Commit cffea95

Browse files
committed
v0.4.7
1 parent 3ac6016 commit cffea95

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.7 (November 19, 2024)
2+
3+
* Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
4+
* Fix notifying the stream task when automatically reset on receipt of a stream error.
5+
16
# 0.4.6 (August 19, 2024)
27

38
* Add `current_max_send_streams()` and `current_max_recv_streams()` to `client::SendRequest`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.6"
6+
version = "0.4.7"
77
license = "MIT"
88
authors = [
99
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)