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 ce9248d commit 71360e4Copy full SHA for 71360e4
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.1.14 (2025-06-04)
2
+
3
+- Fix `HttpConnector` to defer address family order to resolver sort order.
4
+- Fix `proxy::Matcher` to find HTTPS system proxies on Windows.
5
6
# 0.1.13 (2025-05-27)
7
8
- Fix `HttpConnector` to always prefer IPv6 addresses first, if happy eyeballs is enabled.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.13"
+version = "0.1.14"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments