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 fff307b commit 6768a8eCopy full SHA for 6768a8e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.12.2
2
+
3
+- Fix missing ALPN when connecting to socks5 proxy with rustls.
4
+- Fix TLS version limits with rustls.
5
+- Fix not detected ALPN h2 from server with native-tls.
6
7
## v0.12.1
8
9
- Fix `ClientBuilder::interface()` when no TLS is enabled.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.1"
+version = "0.12.2"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments