Skip to content

Commit 866ada8

Browse files
committed
v0.1.6
1 parent 2c7e98a commit 866ada8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.6 (2024-07-01)
2+
3+
- Add support for AIX operating system to `legacy` client.
4+
- Fix `legacy` client to better use dying pooled connections.
5+
16
# 0.1.5 (2024-05-28)
27

38
- Add `server::graceful::GracefulShutdown` helper to coordinate over many connections.

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.5"
3+
version = "0.1.6"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)