Skip to content

Commit 54376c3

Browse files
committedMar 18, 2025·
v0.12.15
1 parent e4bb3e6 commit 54376c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v0.12.14
28

39
- Fix missing `fetch_mode_no_cors()`, marking as deprecated when not on WASM.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest"
3-
version = "0.12.14"
3+
version = "0.12.15"
44
description = "higher level HTTP client library"
55
keywords = ["http", "request", "client"]
66
categories = ["web-programming::http-client", "wasm"]

0 commit comments

Comments
 (0)
Please sign in to comment.