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.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.
Original file line number Diff line number Diff line change 11[package ]
22name = " reqwest"
3- version = " 0.12.2 "
3+ version = " 0.12.3 "
44description = " higher level HTTP client library"
55keywords = [" http" , " request" , " client" ]
66categories = [" web-programming::http-client" , " wasm" ]
You can’t perform that action at this time.
0 commit comments