v0.12.1
版本发布时间: 2024-03-22 22:01:45
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
What's Changed
- Fix
ClientBuilder::interface()
when no TLS is enabled. - Fix
TlsInfo::peer_certificate()
being truncated with rustls. - Fix panic if
http2
feature disabled but TLS negotiated h2 in ALPN. - Fix
Display
forError
to not include its source error.
New Contributors
- @atouchet made their first contribution in https://github.com/seanmonstar/reqwest/pull/2193
- @mbme made their first contribution in https://github.com/seanmonstar/reqwest/pull/2195
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.12.1