Skip to content

Commit a9a88c4

Browse files
committed
v0.13.3
1 parent f3f6d9d commit a9a88c4

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.13.3
2+
3+
- Fix CertificateRevocationList parsing of PEM values.
4+
- Fix logging in resolver to only show host, not full URL.
5+
- Fix hickory-dns to fallback to a default if `/etc/resolv.conf` fails.
6+
- Fix HTTP/3 to handle `STOP_SENDING` as not an error.
7+
- Fix HTTP/3 pool to remove timed out QUIC connections.
8+
- Fix HTTP/3 connection establishment picking IPv4 and IPv6.
9+
- Upgrade rustls-platform-verifier.
10+
- (wasm) Only use wasm-bindgen on unknown-* targets.
11+
112
## v0.13.2
213

314
- Fix HTTP/2 and native-tls ALPN feature combinations.

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

0 commit comments

Comments
 (0)