File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v0.12.23
2+
3+ - Add ` ClientBuilder::unix_socket(path) ` option that will force all requests over that Unix Domain Socket.
4+ - Add ` ClientBuilder::retries(policy) ` and ` reqwest::retry::Builder ` to configure automatic retries.
5+ - Add ` ClientBuilder::dns_resolver2() ` with more ergonomic argument bounds, allowing more resolver implementations.
6+ - Add ` http3_* ` options to ` blocking::ClientBuilder ` .
7+ - Fix default TCP timeout values to enabled and faster.
8+ - Fix SOCKS proxies to default to port 1080
9+ - (wasm) Add cache methods to ` RequestBuilder ` .
10+
111## v0.12.22
212
313- Fix socks proxies when resolving IPv6 destinations.
Original file line number Diff line number Diff line change 11[package ]
22name = " reqwest"
3- version = " 0.12.22 "
3+ version = " 0.12.23 "
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