File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.21 (August 21, 2023)
2+
3+ * Fix opening of new streams over peer's max concurrent limit.
4+ * Fix ` RecvStream ` to return data even if it has received a ` CANCEL ` stream error.
5+ * Update MSRV to 1.63.
6+
17# 0.3.20 (June 26, 2023)
28
39* Fix panic if a server received a request with a ` :status ` pseudo header in the 1xx range.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "h2"
55# - html_root_url.
66# - Update CHANGELOG.md.
77# - Create git tag
8- version = " 0.3.20 "
8+ version = " 0.3.21 "
99license = " MIT"
1010authors = [
1111 " Carl Lerche <[email protected] >" ,
Original file line number Diff line number Diff line change 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.20 " ) ]
81+ #![ doc( html_root_url = "https://docs.rs/h2/0.3.21 " ) ]
8282#![ deny(
8383 missing_debug_implementations,
8484 missing_docs,
You can’t perform that action at this time.
0 commit comments