We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1635bcc commit 3f6a92eCopy full SHA for 3f6a92e
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 0.1.4 (2024-05-24)
2
+
3
+- Add `initial_max_send_streams()` to `legacy` client builder
4
+- Add `max_pending_accept_reset_streams()` to `legacy` client builder
5
+- Add `max_headers(usize)` to `auto` server builder
6
+- Add `http1_onl()` and `http2_only()` to `auto` server builder
7
+- Add connection capturing API to `legacy` client
8
+- Add `impl Connection for TokioIo`
9
+- Fix graceful shutdown hanging on reading the HTTP version
10
11
# 0.1.3 (2024-01-31)
12
13
### Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.3"
+version = "0.1.4"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments