Skip to content

Commit 8805922

Browse files
committed
v0.1.12
1 parent 7e34375 commit 8805922

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-util"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)