Sourced from reqwest's releases.
v0.12.7
What's Changed
- Revert adding
impl Service<http::Request<_>>
forClient
.Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7
v0.12.6
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 seanmonstar/reqwest#2341@Ten0
made their first contribution in seanmonstar/reqwest#2353@thalesfragoso
made their first contribution in seanmonstar/reqwest#2249@nipunn1313
made their first contribution in seanmonstar/reqwest#2361@Threated
made their first contribution in seanmonstar/reqwest#2370@FlowerCode
made their first contribution in seanmonstar/reqwest#2380@zeling
made their first contribution in seanmonstar/reqwest#2378@murongshaozong
made their first contribution in seanmonstar/reqwest#2385@camio
made their first contribution in seanmonstar/reqwest#2388@alekseysidorov
made their first contribution in seanmonstar/reqwest#2356Thanks again
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6
Sourced from reqwest's changelog.
v0.12.7
- Revert adding
impl Service<http::Request<_>>
forClient
.v0.12.6
- 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.
88bd9be
v0.12.768127f0
Revert "feat: Add impl
Service\<http::Request<Body>>
for Client
and `&'_ C...b2a28f5
v0.12.6522216e
feat: Add impl Service\<http::Request<Body>>
for Client
and &'_ Client
(...646b1f8
chore: update macOS system-configuration dep (#2368)85dd6da
dns: improve error message for hickory-dns and warn in docs (#2389)bfd31be
docs: Improve RequestBuilder::multipart's documentation (#2388)8c7f338
chore: bump dev-dependency libflate (#2382)dddf877
chore: bump h3 dependencya53c944
chore: fix some comments