Skip to content

Commit 11489b3

Browse files
committed
v0.13.4
1 parent d31ffbb commit 11489b3

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## v0.13.3
211

312
- Fix CertificateRevocationList parsing of PEM values.

Cargo.toml

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

0 commit comments

Comments
 (0)