Sourced from hyper-util's changelog.
0.1.16 (2025-07-22)
- Add
impl Clone
forproxy::Tunnel
service.- Fix
proxy::Matcher
to detect SOCKS4 schemes.- Fix
legacy::Client
pool idle checker to trigger less aggresively, saving CPU.
5cefcd8
v0.1.160d4ca3f
chore(cargo): move tokio/net feature to client (#218)89b2cff
fix(proxy): Fix SOCKS4 proxy protocol parsing and matching (#219)39fd779
tests(client): fix flaky pool test (#220)24714a3
fix(client): cap pool idle interval to a minimum (#217)f0dcda3
deps: allow socket2 0.6 (#213)dd63305
refactor(client): simplify pool idle task with async/await (#216)afd758b
fix(client): don't spawn pool idle interval if timeout is 0 (#215)9f7a5e0
feat(client): implement Clone for Tunnel (#212)