Skip to content

Commit 8cf142b

Browse files
committed
v0.12.19
1 parent 35b6c83 commit 8cf142b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.12.19
2+
3+
- Fix redirect that changes the method to GET should remove payload headers.
4+
- Fix redirect to only check the next scheme if the policy action is to follow.
5+
- (wasm) Fix compilation error if `cookies` feature is enabled (by the way, it's a noop feature in wasm).
6+
17
## v0.12.18
28

39
- Fix compilation when `socks` enabled without TLS.

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

0 commit comments

Comments
 (0)