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 baf9712 commit 95fec09Copy full SHA for 95fec09
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v0.12.8
2
+
3
+- Add support for SOCKS4 proxies.
4
+- Add `multipart::Form::file()` method for adding files easily.
5
+- Add `Body::wrap()` to wrap any `http_body::Body` type.
6
+- Fix the pool configuration to use a timer to remove expired connections.
7
8
9
## v0.12.7
10
11
- Revert adding `impl Service<http::Request<_>>` for `Client`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.7"
+version = "0.12.8"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments