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 #2341
- @Ten0 made their first contribution in #2353
- @thalesfragoso made their first contribution in #2249
- @nipunn1313 made their first contribution in #2361
- @Threated made their first contribution in #2370
- @FlowerCode made their first contribution in #2380
- @zeling made their first contribution in #2378
- @murongshaozong made their first contribution in #2385
- @camio made their first contribution in #2388
- @alekseysidorov made their first contribution in #2356
Thanks again
Full Changelog: v0.12.5...v0.12.6