Skip to content

Commit 51fe05a

Browse files
committed
v0.4.4
1 parent e76bd74 commit 51fe05a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.4 (April 3, 2024)
2+
3+
* Limit number of CONTINUATION frames for misbehaving connections.
4+
15
# 0.4.3 (March 15, 2024)
26

37
* Fix flow control limits to not apply until receiving SETTINGS ack.

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

0 commit comments

Comments
 (0)