There was an error while loading. Please reload this page.
1 parent 4d3fe12 commit de55373Copy full SHA for de55373
2 files changed
CHANGELOG.md
@@ -1,7 +1,10 @@
1
-## Unreleased
+## v0.13.5
2
3
- Add `Error::is_dns()` to identify errors caused by DNS resolution failures.
4
- Add `ClientBuilder::http1_max_headers(usize)` to configure the maximum number of headers accepted in an HTTP/1 response (default 100).
5
+- Add TLS version to `TlsInfo` extension.
6
+- Fix hickory-dns feature to use `Ipv6AndIpv4` strategy to prefer IPv6.
7
+- Fix sending wrong proxy-auth if multiple proxies intercept a given URL.
8
9
## v0.13.4
10
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.13.4"
+version = "0.13.5"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments