File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.1.12 (2025-05-19)
2+
3+ - Add ` client::legacy::proxy::Tunnel ` connector that wraps another connector with HTTP tunneling.
4+ - Add ` client::legacy::proxy::{SocksV4, SocksV5} ` connectors that wraps another connector with SOCKS.
5+ - Add ` client::proxy::matcher::Matcher ` type that can use environment variables to match proxy rules.
6+ - Add ` server::graceful::Watcher ` type that can be sent to watch a connection in another task.
7+ - Add ` GracefulShutdown::count() ` method to get number of currently watched connections.
8+ - Fix missing ` must_use ` attributes on ` Connection ` futures.
9+ - Fix tracing span in GAI resolver that can cause panics.
10+
11+
112# 0.1.11 (2025-03-31)
213
314- Add ` tracing ` crate feature with support in ` TokioExecutor ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " hyper-util"
3- version = " 0.1.11 "
3+ version = " 0.1.12 "
44description = " hyper utilities"
55readme = " README.md"
66homepage = " https://hyper.rs"
You can’t perform that action at this time.
0 commit comments