Skip to content

Commit 6768a8e

Browse files
committed
v0.12.2
1 parent fff307b commit 6768a8e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v0.12.1
28

39
- Fix `ClientBuilder::interface()` when no TLS is enabled.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
description = "higher level HTTP client library"
55
keywords = ["http", "request", "client"]
66
categories = ["web-programming::http-client", "wasm"]

0 commit comments

Comments
 (0)