Skip to content

Commit 71360e4

Browse files
committed
v0.1.14
1 parent ce9248d commit 71360e4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 0.1.13 (2025-05-27)
27

38
- Fix `HttpConnector` to always prefer IPv6 addresses first, if happy eyeballs is enabled.

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.13"
3+
version = "0.1.14"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)