Sourced from reqwest's releases.
v0.12.22
tl;dr
- Fix socks proxies when resolving IPv6 destinations.
What's Changed
- fix(socks): bracket IPv6 addresses when formatting destination host by
@0x676e67in seanmonstar/reqwest#2753- Prepare v0.12.22 by
@seanmonstarin seanmonstar/reqwest#2754Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.21...v0.12.22
v0.12.21
tl;dr
- Fix socks proxy to use
socks4a://instead ofsocks4h://.- Fix
Error::is_timeout()to check for hyper and IO timeouts too.- Fix request
Errorto again include URLs when possible.- Fix socks connect error to include more context.
- (wasm) implement
DefaultforBody.What's Changed
- chore: remove unused slab dep by
@seanmonstarin seanmonstar/reqwest#2729- docs: mention requiring Tokio by
@seanmonstarin seanmonstar/reqwest#2731- Fix Typos in Comments for Multipart and Redirect Tests by
@leopardracerin seanmonstar/reqwest#2738- fix: request errors should include url by
@seanmonstarin seanmonstar/reqwest#2741- fix: consider timeout from hyper::Error by
@fliskyin seanmonstar/reqwest#2742- feat: add Default impl for wasm::Body by
@jpopesculianin seanmonstar/reqwest#2746- fix: Fix SOCKS4a proxy protocol matching by
@0x676e67in seanmonstar/reqwest#2732- fix: add more context and description to SOCKS errors by
@seanmonstarin seanmonstar/reqwest#2750- Prepare v0.12.21 by
@seanmonstarin seanmonstar/reqwest#2751New Contributors
@leopardracermade their first contribution in seanmonstar/reqwest#2738@jpopesculianmade their first contribution in seanmonstar/reqwest#2746Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.20...v0.12.21
Sourced from reqwest's changelog.
v0.12.22
- Fix socks proxies when resolving IPv6 destinations.
v0.12.21
- Fix socks proxy to use
socks4a://instead ofsocks4h://.- Fix
Error::is_timeout()to check for hyper and IO timeouts too.- Fix request
Errorto again include URLs when possible.- Fix socks connect error to include more context.
- (wasm) implement
DefaultforBody.
e6e2d8a
v0.12.22a9ab0fa
fix(socks): bracket IPv6 addresses when formatting destination host (#2753)b739726
v0.12.21d9ecdc1
fix: add more context and description to SOCKS errors (#2750)d4c9eec
fix: look for socks4a instead of socks4h (#2732)d793ed2
(wasm) feat: add Default impl for wasm::Body (#2746)4cb2866
fix: Error::is_timeout() checks for hyper::Error::is_timeout() (#2742)1794d99
fix: request errors should include url (#2741)9edbd2e
tests: fix typos in multipart and redirect tests (#2738)e03d6f4
docs: mention requiring Tokio (#2731)