Skip to content

Commit 9669ff1

Browse files
committed
v0.1.15
1 parent bfa1cf1 commit 9669ff1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.1.14 (2025-06-04)
28

39
- Fix `HttpConnector` to defer address family order to resolver sort order.

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

0 commit comments

Comments
 (0)