We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5c148 commit 195e312Copy full SHA for 195e312
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.1.5 (2024-05-28)
2
+
3
+- Add `server::graceful::GracefulShutdown` helper to coordinate over many connections.
4
+- Add `server::conn::auto::Connection::into_owned()` to unlink lifetime from `Builder`.
5
+- Allow `service` module to be available with only `service` feature enabled.
6
7
# 0.1.4 (2024-05-24)
8
9
- Add `initial_max_send_streams()` to `legacy` client builder
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.4"
+version = "0.1.5"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments