Skip to content

Commit fcb8565

Browse files
committed
v0.1.9
1 parent 8b246a1 commit fcb8565

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.9 (2024-09-24)
2+
3+
- Add support for `client::legacy` DNS resolvers to set non-zero ports on returned addresses.
4+
- Fix `client::legacy` wrongly retrying pooled connections that were created successfully but failed immediately after, resulting in a retry loop.
5+
6+
17
# 0.1.8 (2024-09-09)
28

39
- Add `server::conn::auto::upgrade::downcast()` for use with auto connection upgrades.

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

0 commit comments

Comments
 (0)