Sourced from reqwest's releases.
v0.12.25
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
@seanmonstarin seanmonstar/reqwest#2853- docs: document connection pooling behavior by
@vinzmykoin seanmonstar/reqwest#2851- docs: document WASM client by
@vinzmykoin seanmonstar/reqwest#2859- chore: minor improvement for docs by
@black5boxin seanmonstar/reqwest#2862- fix: send
proxy-authorizationeven with emptypasswordby@barjinin seanmonstar/reqwest#2868- feat(error): add
is_upgrademethod to detect protocol upgrade errors by@0x676e67in seanmonstar/reqwest#2822- Use decompression from tower-http by
@ducaalein seanmonstar/reqwest#2840- fix(proxy): forward Proxy-Authorization header to HTTPS proxies for HTTP targets by
@0x676e67in seanmonstar/reqwest#2872- v0.12.25 by
@seanmonstarin seanmonstar/reqwest#2880New Contributors
@vinzmykomade their first contribution in seanmonstar/reqwest#2851@black5boxmade their first contribution in seanmonstar/reqwest#2862@barjinmade their first contribution in seanmonstar/reqwest#2868Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.24...v0.12.25
Sourced from reqwest's changelog.
v0.12.25
- 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.
f156a9f
v0.12.25fc1ff4f
fix(proxy): forward Proxy-Authorization header to HTTPS proxies for HTTP
targ...b7c3712
Use decompression from tower-http (#2840)74e6f84
feat(error): add is_upgrade method to detect protocol
upgrade errors (#2822)c0c06b7
fix: send proxy-authorization even with empty
password (#2868)a2aa5a3
chore: minor improvement for docs (#2862)9c4999d
docs: document WASM client (#2859)a97e195
docs: document connection pooling behavior (#2851)e3093ed
tests: fix wasm timeout test with uncached response (#2853)