| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-25 | 478 Bytes | |
| v0.46.0 source code.tar.gz | 2026-05-25 | 1.9 MB | |
| v0.46.0 source code.zip | 2026-05-25 | 2.1 MB | |
| Totals: 3 Items | 3.9 MB | 4 | |
What's Changed
Security
- Fix proxy digest credential leak when an HTTPS origin returns
407inside a CONNECT tunnel. The 401/407 retry is now gated on the response actually coming from a proxy hop (#2457)
New features
- Add
Client::set_no_proxy()for per-host proxy bypass. Accepts*, hostname suffix (dot-boundary rule), IPv4/IPv6 CIDR, and bare IP literals.Proxy-Authorizationis suppressed for bypassed hosts, including across redirects (#2446, [#2448])