Skip to content

Commit b2a28f5

Browse files
committed
v0.12.6
1 parent 522216e commit b2a28f5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## Unreleased
1+
## v0.12.6
22

3-
- Implement `danger_accept_invalid_hostnames` for `rustls`.
3+
- Add support for `danger_accept_invalid_hostnames` for `rustls`.
44
- Add `impl Service<http::Request<Body>>` for `Client` and `&'_ Client`.
5+
- Add support for `!Sync` bodies in `Body::wrap_stream()`.
6+
- Enable happy eyeballs when `hickory-dns` is used.
7+
- Fix `Proxy` so that `HTTP(S)_PROXY` values take precendence over `ALL_PROXY`.
8+
- Fix `blocking::RequestBuilder::header()` from unsetting `sensitive` on passed header values.
59

610
## v0.12.5
711

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

0 commit comments

Comments
 (0)