File tree 2 files changed +12
-1
lines changed 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
+
1
12
# 0.1.11 (2025-03-31)
2
13
3
14
- Add ` tracing ` crate feature with support in ` TokioExecutor ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hyper-util"
3
- version = " 0.1.11 "
3
+ version = " 0.1.12 "
4
4
description = " hyper utilities"
5
5
readme = " README.md"
6
6
homepage = " https://hyper.rs"
You can’t perform that action at this time.
0 commit comments