Skip to content

Commit fc3a6b4

Browse files
committed
v0.4.6
1 parent a462e95 commit fc3a6b4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.4.6 (August 19, 2024)
2+
3+
* Add `current_max_send_streams()` and `current_max_recv_streams()` to `client::SendRequest`.
4+
* Fix sending a PROTOCOL_ERROR instead of REFUSED_STREAM when receiving oversized headers.
5+
* Fix notifying a PushPromise task properly.
6+
* Fix notifying a stream task when reset.
7+
18
# 0.4.5 (May 17, 2024)
29

310
* Fix race condition that sometimes hung connections during shutdown.

Cargo.toml

+1-1
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.5"
6+
version = "0.4.6"
77
license = "MIT"
88
authors = [
99
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)