Skip to content

Commit de55373

Browse files
committed
v0.13.5
1 parent 4d3fe12 commit de55373

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## Unreleased
1+
## v0.13.5
22

33
- Add `Error::is_dns()` to identify errors caused by DNS resolution failures.
44
- 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.
58

69
## v0.13.4
710

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.4"
3+
version = "0.13.5"
44
description = "higher level HTTP client library"
55
keywords = ["http", "request", "client"]
66
categories = ["web-programming::http-client", "wasm"]

0 commit comments

Comments
 (0)