We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa1cf1 commit 9669ff1Copy full SHA for 9669ff1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.1.15 (2025-07-07)
2
+
3
+- Add header casing options to `auto::Builder`.
4
+- Fix `proxy::Socksv5` to check for enough bytes before parsing ipv6 responses.
5
+- Fix including `client-proxy` in the `full` feature set.
6
7
# 0.1.14 (2025-06-04)
8
9
- Fix `HttpConnector` to defer address family order to resolver sort order.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.14"
+version = "0.1.15"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments