Skip to content

Commit 797df2b

Browse files
committed
v0.12.9
1 parent 64aa7d1 commit 797df2b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.12.9
2+
3+
- Add `tls::CertificateRevocationLists` support.
4+
- Add crate features to enable webpki roots without selecting a rustls provider.
5+
- Fix `connection_verbose()` to output read logs.
6+
- Fix `multipart::Part::file()` to automatically include content-length.
7+
- Fix proxy to internally no longer cache system proxy settings.
8+
19
## v0.12.8
210

311
- Add support for SOCKS4 proxies.

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

0 commit comments

Comments
 (0)