We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64aa7d1 commit 797df2bCopy full SHA for 797df2b
CHANGELOG.md
@@ -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
9
## v0.12.8
10
11
- Add support for SOCKS4 proxies.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.8"
+version = "0.12.9"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments