v0.12.5
版本发布时间: 2024-06-17 23:17:01
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
What's Changed
- Add
http3
feature back, still requiringreqwest_unstable
. - Add
rustls-tls-no-provider
Cargo feature to use rustls without a crypto provider. - Add
blocking::ClientBuilder::dns_resolver()
method to change DNS resolver in blocking client. - Fix
Accept-Encoding
header combinations. - Fix http3 resolving IPv6 addresses.
- Internal: upgrade to rustls 0.23.
New Contributors
- @bnjmnjrk made their first contribution in https://github.com/seanmonstar/reqwest/pull/2253
- @d-e-s-o made their first contribution in https://github.com/seanmonstar/reqwest/pull/2257
- @mger1 made their first contribution in https://github.com/seanmonstar/reqwest/pull/2260
- @nickguletskii made their first contribution in https://github.com/seanmonstar/reqwest/pull/2268
- @lenstr made their first contribution in https://github.com/seanmonstar/reqwest/pull/2271
- @torokati44 made their first contribution in https://github.com/seanmonstar/reqwest/pull/2274
- @jayvdb made their first contribution in https://github.com/seanmonstar/reqwest/pull/2284
- @adamaq01 made their first contribution in https://github.com/seanmonstar/reqwest/pull/2288
- @asonix made their first contribution in https://github.com/seanmonstar/reqwest/pull/2301
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5