Skip to content

Commit 195e312

Browse files
committed
v0.1.5
1 parent bb5c148 commit 195e312

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.1.4 (2024-05-24)
28

39
- Add `initial_max_send_streams()` to `legacy` client builder

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-util"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)