File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.12.5
2
+
3
+ - Add ` blocking::ClientBuilder::dns_resolver() ` method to change DNS resolver in blocking client.
4
+ - Add ` http3 ` feature back, still requiring ` reqwest_unstable ` .
5
+ - Add ` rustls-tls-no-provider ` Cargo feature to use rustls without a crypto provider.
6
+ - Fix ` Accept-Encoding ` header combinations.
7
+ - Fix http3 resolving IPv6 addresses.
8
+ - Internal: upgrade to rustls 0.23.
9
+
1
10
## v0.12.4
2
11
3
12
- Add ` zstd ` support, enabled with ` zstd ` Cargo feature.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " reqwest"
3
- version = " 0.12.4 "
3
+ version = " 0.12.5 "
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