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 d31ffbb commit 11489b3Copy full SHA for 11489b3
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.13.4
2
+
3
+- Add `ClientBuilder::tls_sslkeylogfile(bool)` option to allow using the related environment variable.
4
+- Add `ClientBuilder::http2_keep_alive_*` options for the `blocking` client.
5
+- Add TLS 1.3 support when using `native-tls` backend.
6
+- Fix redirect handling to strip sensitive headers when the scheme changes.
7
+- Fix HTTP/3 happy-eyeball connection creation.
8
+- Upgrade hickory-resolver to 0.26.
9
10
## v0.13.3
11
12
- Fix CertificateRevocationList parsing of PEM values.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.13.3"
+version = "0.13.4"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments