We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818748f commit d574011Copy full SHA for d574011
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 0.1.19 (2025-12-03)
2
+
3
+- Add `client::pool` module for composable pools. Enable with the `client-pool` feature.
4
+- Add `pool::singleton` for sharing a single cloneable connection.
5
+- Add `pool::cache` for caching a list of connections.
6
+- Add `pool::negotiate` for combining two pools with upgrade and fallback negotiation.
7
+- Add `pool::map` for customizable mapping of keys and connections.
8
9
# 0.1.18 (2025-11-13)
10
11
- Fix `rt::TokioTimer` to support Tokio's paused time.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.18"
+version = "0.1.19"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments