Skip to content

Commit ae7375b

Browse files
committed
v0.12.23
1 parent 9aacdc1 commit ae7375b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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.

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

0 commit comments

Comments
 (0)