Highlights
- Add
Error::is_upgrade()to determine if the error was from an HTTP upgrade. - Fix sending
Proxy-Authorizationif only username is configured. - Fix sending
Proxy-Authorizationto HTTPS proxies when the target is HTTP. - Refactor internal decompression handling to use tower-http.
What's Changed
- tests: fix wasm timeout test with uncached response by @seanmonstar in #2853
- docs: document connection pooling behavior by @vinzmyko in #2851
- docs: document WASM client by @vinzmyko in #2859
- chore: minor improvement for docs by @black5box in #2862
- fix: send
proxy-authorizationeven with emptypasswordby @barjin in #2868 - feat(error): add
is_upgrademethod to detect protocol upgrade errors by @0x676e67 in #2822 - Use decompression from tower-http by @ducaale in #2840
- fix(proxy): forward Proxy-Authorization header to HTTPS proxies for HTTP targets by @0x676e67 in #2872
- v0.12.25 by @seanmonstar in #2880
New Contributors
- @vinzmyko made their first contribution in #2851
- @black5box made their first contribution in #2862
- @barjin made their first contribution in #2868
Full Changelog: v0.12.24...v0.12.25