v0.11.13
版本发布时间: 2022-11-16 23:49:04
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
What's Changed
- Add
ClientBuilder::dns_resolver()
option for custom DNS resolvers. - Add
ClientBuilder::tls_sni(bool)
option to enable or disable TLS Server Name Indication. - Add
Identity::from_pkcs8_pem()
constructor when usingnative-tls
. - Fix
redirect::Policy::limited(0)
from following any redirects.
New Contributors
- @NobodyXu made their first contribution in https://github.com/seanmonstar/reqwest/pull/1647
- @anhcuky made their first contribution in https://github.com/seanmonstar/reqwest/pull/1645
- @mirecl made their first contribution in https://github.com/seanmonstar/reqwest/pull/1655
- @irrelevelephant made their first contribution in https://github.com/seanmonstar/reqwest/pull/1653
- @Alvenix made their first contribution in https://github.com/seanmonstar/reqwest/pull/1669
- @kianmeng made their first contribution in https://github.com/seanmonstar/reqwest/pull/1562