Skip to content

Commit e44e371

Browse files
committed
v0.12.13
1 parent e83e138 commit e44e371

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.12.13
2+
3+
- Add `Form::into_reader()` for blocking `multipart` forms.
4+
- Add `Form::into_stream()` for async `multipart` forms.
5+
- Add support for SOCKS4a proxies.
6+
- Fix decoding responses with multiple zstd frames.
7+
- Fix `RequestBuilder::form()` from overwriting a previously set `Content-Type` header, like the other builder methods.
8+
- Fix cloning of request timeout in `blocking::Request`.
9+
- Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
10+
- Fix Windows system proxy to use `ProxyOverride` as a `NO_PROXY` value.
11+
- Fix blocking read to correctly reserve and zero read buffer.
12+
- (wasm) Add support for request timeouts.
13+
- (wasm) Fix `Error::is_timeout()` to return true when from a request timeout.
14+
115
## v0.12.12
216

317
- (wasm) Fix compilation by not compiler `tokio/time` on WASM.

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

0 commit comments

Comments
 (0)