Sourced from hyper-util's releases.
v0.1.15
tl;dr
- Add header casing options to
auto::Builder
.- Fix
proxy::Socksv5
to check for enough bytes before parsing ipv6 responses.- Fix including
client-proxy
in thefull
feature set.What's Changed
- ci: pin tracing-core in msrv job by
@seanmonstar
in hyperium/hyper-util#203- Cleanup deadcode in
client
by@howardjohn
in hyperium/hyper-util#202- refactor(socks): deduplicate and reuse shared logic by
@0x676e67
in hyperium/hyper-util#205- refactor: include client-proxy in full feature by
@seanmonstar
in hyperium/hyper-util#206- refactor(client): remove old body delay_eof code by
@seanmonstar
in hyperium/hyper-util#208- feat(builder): support header case methods by
@AndreyErmilov
in hyperium/hyper-util#207- fix(socks): check for right length before parsing ProxyRes by
@seanmonstar
in hyperium/hyper-util#210- Prepare v0.1.15 by
@seanmonstar
in hyperium/hyper-util#211New Contributors
@AndreyErmilov
made their first contribution in hyperium/hyper-util#207Full Changelog: https://github.com/hyperium/hyper-util/compare/v0.1.14...v0.1.15
Sourced from hyper-util's changelog.
0.1.15 (2025-07-07)
- Add header casing options to
auto::Builder
.- Fix
proxy::Socksv5
to check for enough bytes before parsing ipv6 responses.- Fix including
client-proxy
in thefull
feature set.
9669ff1
v0.1.15bfa1cf1
fix(socks): check for right length before parsing ProxyRes (#210)0ea2613
feat(server): support header case methods on auto::Builder
(#207)d891931
refactor(client): remove old body delay_eof code (#208)1f11a12
refactor: include client-proxy in full feature (#206)57c26fa
refactor(client): deduplicate and reuse shared socks logic (#205)42bb42f
refactor: cleanup deadcode in client
(#202)d9107d0
ci: pin tracing-core in msrv job (#203)