Skip to content

Commit b126ca4

Browse files
committed
v0.12.24
1 parent 4023493 commit b126ca4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.12.24
2+
3+
- Refactor cookie handling to an internal middleware.
4+
- Refactor internal random generator.
5+
- Refactor base64 encoding to reduce a copy.
6+
- Documentation updates.
7+
18
## v0.12.23
29

310
- Add `ClientBuilder::unix_socket(path)` option that will force all requests over that Unix Domain Socket.

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

0 commit comments

Comments
 (0)