Skip to content

Commit 0f412d8

Browse files
committed
v0.3.22
1 parent c7ca62f commit 0f412d8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.3.22 (November 15, 2023)
2+
3+
* Add `header_table_size(usize)` option to client and server builders.
4+
* Improve throughput when vectored IO is not available.
5+
* Update indexmap to 2.
6+
17
# 0.3.21 (August 21, 2023)
28

39
* Fix opening of new streams over peer's max concurrent limit.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "h2"
55
# - html_root_url.
66
# - Update CHANGELOG.md.
77
# - Create git tag
8-
version = "0.3.21"
8+
version = "0.3.22"
99
license = "MIT"
1010
authors = [
1111
"Carl Lerche <[email protected]>",

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
//! [`server::handshake`]: server/fn.handshake.html
7979
//! [`client::handshake`]: client/fn.handshake.html
8080
81-
#![doc(html_root_url = "https://docs.rs/h2/0.3.21")]
81+
#![doc(html_root_url = "https://docs.rs/h2/0.3.22")]
8282
#![deny(
8383
missing_debug_implementations,
8484
missing_docs,

0 commit comments

Comments
 (0)