tl;dr
- Fix socks proxy to use
socks4a://
instead ofsocks4h://
. - Fix
Error::is_timeout()
to check for hyper and IO timeouts too. - Fix request
Error
to again include URLs when possible. - Fix socks connect error to include more context.
- (wasm) implement
Default
forBody
.
What's Changed
- chore: remove unused slab dep by @seanmonstar in #2729
- docs: mention requiring Tokio by @seanmonstar in #2731
- Fix Typos in Comments for Multipart and Redirect Tests by @leopardracer in #2738
- fix: request errors should include url by @seanmonstar in #2741
- fix: consider timeout from hyper::Error by @flisky in #2742
- feat: add Default impl for wasm::Body by @jpopesculian in #2746
- fix: Fix SOCKS4a proxy protocol matching by @0x676e67 in #2732
- fix: add more context and description to SOCKS errors by @seanmonstar in #2750
- Prepare v0.12.21 by @seanmonstar in #2751
New Contributors
- @leopardracer made their first contribution in #2738
- @jpopesculian made their first contribution in #2746
Full Changelog: v0.12.20...v0.12.21