We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d78fcb commit e0ea15bCopy full SHA for e0ea15b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v0.12.1
2
+
3
+- Fix `ClientBuilder::interface()` when no TLS is enabled.
4
+- Fix `TlsInfo::peer_certificate()` being truncated with rustls.
5
+- Fix panic if `http2` feature disabled but TLS negotiated h2 in ALPN.
6
+- Fix `Display` for `Error` to not include its source error.
7
8
# v0.12.0
9
10
- Upgrade to `hyper`, `http`, and `http-body` v1.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.0"
+version = "0.12.1"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments