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 ffa5391 commit b23a13eCopy full SHA for b23a13e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.1.20 (2026-02-02)
2
+
3
+- Fix `proxy::Matcher` to properly match domains regardless of casing
4
+- Fix system proxy matcher dependency on macOS when used in sandboxed environements.
5
+- Increased MSRV to 1.64.
6
7
# 0.1.19 (2025-12-03)
8
9
- Add `client::pool` module for composable pools. Enable with the `client-pool` feature.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.19"
+version = "0.1.20"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments