We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea48da7 commit 409cff3Copy full SHA for 409cff3
CHANGELOG.md
@@ -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
8
## v0.12.9
9
10
- Add `tls::CertificateRevocationLists` support.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.9"
+version = "0.12.10"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments