We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d021e8c commit 36bba1aCopy full SHA for 36bba1a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.4.9 (April 14, 2025)
2
+
3
+* Add `sever::Connection::has_streams()` method to check for active streams.
4
5
# 0.4.8 (February 18, 2025)
6
7
* Fix handling implicit stream resets at the more correct time.
Cargo.toml
@@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.4.8"
+version = "0.4.9"
license = "MIT"
8
authors = [
9
"Carl Lerche <[email protected]>",
0 commit comments