Skip to content

Commit 95fec09

Browse files
committed
v0.12.8
1 parent baf9712 commit 95fec09

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.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+
19
## v0.12.7
210

311
- Revert adding `impl Service<http::Request<_>>` for `Client`.

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

0 commit comments

Comments
 (0)