We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a462e95 commit fc3a6b4Copy full SHA for fc3a6b4
CHANGELOG.md
@@ -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
8
# 0.4.5 (May 17, 2024)
9
10
* Fix race condition that sometimes hung connections during shutdown.
Cargo.toml
@@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.4.5"
+version = "0.4.6"
license = "MIT"
authors = [
"Carl Lerche <[email protected]>",
0 commit comments