We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bb3e6 commit 54376c3Copy full SHA for 54376c3
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.12.15
2
+
3
+- Fix Windows to support both `ProxyOverride` and `NO_PROXY`.
4
+- Fix http3 to support streaming response bodies.
5
+- Fix http3 dependency from public API misuse.
6
7
## v0.12.14
8
9
- Fix missing `fetch_mode_no_cors()`, marking as deprecated when not on WASM.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.14"
+version = "0.12.15"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments