From fcb8565bb8090d90349b04b2caa9c8128a8ae59f Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 24 Sep 2024 13:29:18 -0400 Subject: [PATCH] v0.1.9 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9e76b..52926f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.1.9 (2024-09-24) + +- Add support for `client::legacy` DNS resolvers to set non-zero ports on returned addresses. +- Fix `client::legacy` wrongly retrying pooled connections that were created successfully but failed immediately after, resulting in a retry loop. + + # 0.1.8 (2024-09-09) - Add `server::conn::auto::upgrade::downcast()` for use with auto connection upgrades. diff --git a/Cargo.toml b/Cargo.toml index 9cd3db8..a16499d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-util" -version = "0.1.8" +version = "0.1.9" description = "hyper utilities" readme = "README.md" homepage = "https://hyper.rs"