Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-30 | 1.6 kB | |
v0.12.21 source code.tar.gz | 2025-06-30 | 241.5 kB | |
v0.12.21 source code.zip | 2025-06-30 | 285.1 kB | |
Totals: 3 Items | 528.2 kB | 0 |
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 https://github.com/seanmonstar/reqwest/pull/2729
- docs: mention requiring Tokio by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2731
- Fix Typos in Comments for Multipart and Redirect Tests by @leopardracer in https://github.com/seanmonstar/reqwest/pull/2738
- fix: request errors should include url by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2741
- fix: consider timeout from hyper::Error by @flisky in https://github.com/seanmonstar/reqwest/pull/2742
- feat: add Default impl for wasm::Body by @jpopesculian in https://github.com/seanmonstar/reqwest/pull/2746
- fix: Fix SOCKS4a proxy protocol matching by @0x676e67 in https://github.com/seanmonstar/reqwest/pull/2732
- fix: add more context and description to SOCKS errors by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2750
- Prepare v0.12.21 by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2751
New Contributors
- @leopardracer made their first contribution in https://github.com/seanmonstar/reqwest/pull/2738
- @jpopesculian made their first contribution in https://github.com/seanmonstar/reqwest/pull/2746
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.20...v0.12.21