Skip to content

Commit f156a9f

Browse files
committed
v0.12.25
1 parent fc1ff4f commit f156a9f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.12.25
2+
3+
- Add `Error::is_upgrade()` to determine if the error was from an HTTP upgrade.
4+
- Fix sending `Proxy-Authorization` if only username is configured.
5+
- Fix sending `Proxy-Authorization` to HTTPS proxies when the target is HTTP.
6+
- Refactor internal decompression handling to use tower-http.
7+
18
## v0.12.24
29

310
- Refactor cookie handling to an internal middleware.

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

0 commit comments

Comments
 (0)