v0.12.6
版本发布时间: 2024-08-20 00:01:18
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
What's Changed
- Add support for
danger_accept_invalid_hostnames
forrustls
. - Add
impl Service<http::Request<Body>>
forClient
and&'_ Client
. - Add support for
!Sync
bodies inBody::wrap_stream()
. - Enable happy eyeballs when
hickory-dns
is used. - Fix
Proxy
so thatHTTP(S)_PROXY
values take precendence overALL_PROXY
. - Fix
blocking::RequestBuilder::header()
from unsettingsensitive
on passed header values.
New Contributors
- @schopin-pro made their first contribution in https://github.com/seanmonstar/reqwest/pull/2341
- @Ten0 made their first contribution in https://github.com/seanmonstar/reqwest/pull/2353
- @thalesfragoso made their first contribution in https://github.com/seanmonstar/reqwest/pull/2249
- @nipunn1313 made their first contribution in https://github.com/seanmonstar/reqwest/pull/2361
- @Threated made their first contribution in https://github.com/seanmonstar/reqwest/pull/2370
- @FlowerCode made their first contribution in https://github.com/seanmonstar/reqwest/pull/2380
- @zeling made their first contribution in https://github.com/seanmonstar/reqwest/pull/2378
- @murongshaozong made their first contribution in https://github.com/seanmonstar/reqwest/pull/2385
- @camio made their first contribution in https://github.com/seanmonstar/reqwest/pull/2388
- @alekseysidorov made their first contribution in https://github.com/seanmonstar/reqwest/pull/2356
Thanks again
- @seanmonstar
- @nyurik
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6