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 0d4ca3f commit 5cefcd8Copy full SHA for 5cefcd8
CHANGELOG.md
@@ -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
7
# 0.1.15 (2025-07-07)
8
9
- Add header casing options to `auto::Builder`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.15"
+version = "0.1.16"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments