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 8b246a1 commit fcb8565Copy full SHA for fcb8565
CHANGELOG.md
@@ -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
7
# 0.1.8 (2024-09-09)
8
9
- Add `server::conn::auto::upgrade::downcast()` for use with auto connection upgrades.
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"
0 commit comments