Skip to content

Commit 0720159

Browse files
committed
v0.12.3
1 parent 9209695 commit 0720159

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.12.3
2+
3+
- Add `FromStr` for `dns::Name`.
4+
- Add `ClientBuilder::built_in_webpki_certs(bool)` to enable them separately.
5+
- Add `ClientBuilder::built_in_native_certs(bool)` to enable them separately.
6+
- Fix sending `content-length: 0` for GET requests.
7+
- Fix response body `content_length()` to return value when timeout is configured.
8+
- Fix `ClientBuilder::resolve()` to use lowercase domain names.
9+
110
## v0.12.2
211

312
- Fix missing ALPN when connecting to socks5 proxy with rustls.

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.12.2"
3+
version = "0.12.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)