v0.12.3
版本发布时间: 2024-04-05 22:30:23
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
What's Changed
- Add
FromStr
fordns::Name
. - Add
ClientBuilder::built_in_webpki_certs(bool)
to enable them separately. - Add
ClientBuilder::built_in_native_certs(bool)
to enable them separately. - Fix sending
content-length: 0
for GET requests. - Fix response body
content_length()
to return value when timeout is configured. - Fix
ClientBuilder::resolve()
to use lowercase domain names.
New Contributors
- @zuisong made their first contribution in https://github.com/seanmonstar/reqwest/pull/2207
- @djc made their first contribution in https://github.com/seanmonstar/reqwest/pull/2222
- @krant made their first contribution in https://github.com/seanmonstar/reqwest/pull/2226
- @Kriskras99 made their first contribution in https://github.com/seanmonstar/reqwest/pull/2236
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.2...v0.12.3