File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- ## Unreleased
1
+ ## v0.12.6
2
2
3
- - Implement ` danger_accept_invalid_hostnames ` for ` rustls ` .
3
+ - Add support for ` danger_accept_invalid_hostnames ` for ` rustls ` .
4
4
- 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.
5
9
6
10
## v0.12.5
7
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " reqwest"
3
- version = " 0.12.5 "
3
+ version = " 0.12.6 "
4
4
description = " higher level HTTP client library"
5
5
keywords = [" http" , " request" , " client" ]
6
6
categories = [" web-programming::http-client" , " wasm" ]
You can’t perform that action at this time.
0 commit comments