Sourced from reqwest's releases.
v0.12.20
Highlights
- Add
ClientBuilder::tcp_user_timeout(Duration)option to setTCP_USER_TIMEOUT.- Fix proxy headers only using the first matched proxy.
- (wasm) Fix re-adding
Error::is_status().What's Changed
- fix(client): apply authorization header to first matching proxy only by
@0x676e67in seanmonstar/reqwest#2714- wasm: re-add Error::is_status() by
@seanmonstarin seanmonstar/reqwest#2720- properly match error variants in test by
@Ruben2424in seanmonstar/reqwest#2721- refactor: reduce size of Pending request future by
@seanmonstarin seanmonstar/reqwest#2725- feat: add tcp_user_timeout builder option by
@seanmonstarin seanmonstar/reqwest#2724- refactor: use hyper-util Socks connectors by
@seanmonstarin seanmonstar/reqwest#2726- Remove some unused dependencies by
@DaniPopesin seanmonstar/reqwest#2716New Contributors
@DaniPopesmade their first contribution in seanmonstar/reqwest#2716Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.19...v0.12.20
Sourced from reqwest's changelog.
v0.12.20
- Add
ClientBuilder::tcp_user_timeout(Duration)option to setTCP_USER_TIMEOUT.- Fix proxy headers only using the first matched proxy.
- (wasm) Fix re-adding
Error::is_status().
099ae80
v0.12.204bccf41
chore: remove some unused dependencies (#2716)9248770
refactor: use hyper-util Socks connectors (#2726)334837c
feat: add tcp_user_timeout builder option (#2724)13487fb
refactor: reduce size of Pending request future (#2725)a26879d
tests: properly match http3 error variants (#2721)65102c9
wasm: re-add Error::is_status() (#2720)f94c5cd
fix(proxy): apply headers to first matching proxy only (#2714)