Skip to content

Commit 5f53606

Browse files
authored
v0.4.2
1 parent 59570e1 commit 5f53606

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.2 (January 17th, 2024)
2+
3+
* Limit error resets for misbehaving connections.
4+
* Fix selecting MAX_CONCURRENT_STREAMS value if no value is advertised initially.
5+
16
# 0.4.1 (January 8, 2024)
27

38
* Fix assigning connection capacity which could starve streams in some instances.

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

0 commit comments

Comments
 (0)