v0.12.8
版本发布时间: 2024-10-01 02:14:22
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
What's Changed
- Add support for SOCKS4 proxies.
- Add
multipart::Form::file()
method for adding files easily. - Add
Body::wrap()
to wrap anyhttp_body::Body
type. - Fix the pool configuration to use a timer to remove expired connections.
New Contributors
- @workingjubilee made their first contribution in https://github.com/seanmonstar/reqwest/pull/2402
- @NaokiM03 made their first contribution in https://github.com/seanmonstar/reqwest/pull/2106
- @Xuanwo made their first contribution in https://github.com/seanmonstar/reqwest/pull/2255
- @Jaltaire made their first contribution in https://github.com/seanmonstar/reqwest/pull/2400
- @Hyask made their first contribution in https://github.com/seanmonstar/reqwest/pull/2418
- @Jake-Shadle made their first contribution in https://github.com/seanmonstar/reqwest/pull/2427
- @RobMor made their first contribution in https://github.com/seanmonstar/reqwest/pull/2434
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8