We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7e98a commit 866ada8Copy full SHA for 866ada8
CHANGELOG.md
@@ -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
6
# 0.1.5 (2024-05-28)
7
8
- Add `server::graceful::GracefulShutdown` helper to coordinate over many connections.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.5"
+version = "0.1.6"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments