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 35b6c83 commit 8cf142bCopy full SHA for 8cf142b
CHANGELOG.md
@@ -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
7
## v0.12.18
8
9
- Fix compilation when `socks` enabled without TLS.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.18"
+version = "0.12.19"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments