Skip to content

Commit 409cff3

Browse files
committed
v0.12.10
1 parent ea48da7 commit 409cff3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.12.10
2+
3+
- Add `ClientBuilder::connector_layer()` to allow customizing the connector stack.
4+
- Add `ClientBuilder::http2_max_header_list_size()` option.
5+
- Fix propagating body size hint (`content-length`) information when wrapping bodies.
6+
- Fix decompression of chunked bodies so the connections can be reused more often.
7+
18
## v0.12.9
29

310
- Add `tls::CertificateRevocationLists` support.

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

0 commit comments

Comments
 (0)