Skip to content

Commit 07fc824

Browse files
committed
v0.4.3
1 parent a8af235 commit 07fc824

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.4.3 (March 15, 2024)
2+
3+
* Fix flow control limits to not apply until receiving SETTINGS ack.
4+
* Fix not returning an error if IO ended without `close_notify`.
5+
* Improve performance of decoding many headers.
6+
17
# 0.4.2 (January 17th, 2024)
28

39
* Limit error resets for misbehaving connections.

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

0 commit comments

Comments
 (0)