Skip to content

Commit 5cefcd8

Browse files
committed
v0.1.16
1 parent 0d4ca3f commit 5cefcd8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.1.16 (2025-07-22)
2+
3+
- Add `impl Clone` for `proxy::Tunnel` service.
4+
- Fix `proxy::Matcher` to detect SOCKS4 schemes.
5+
- Fix `legacy::Client` pool idle checker to trigger less aggresively, saving CPU.
6+
17
# 0.1.15 (2025-07-07)
28

39
- Add header casing options to `auto::Builder`.

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

0 commit comments

Comments
 (0)