Skip to content

Commit d574011

Browse files
committed
v0.1.19
1 parent 818748f commit d574011

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# 0.1.18 (2025-11-13)
210

311
- Fix `rt::TokioTimer` to support Tokio's paused time.

Cargo.toml

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

0 commit comments

Comments
 (0)