We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f126f5 commit de5dbb1Copy full SHA for de5dbb1
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.12.4
2
+
3
+- Add `zstd` support, enabled with `zstd` Cargo feature.
4
+- Add `ClientBuilder::read_timeout(Duration)`, which applies the duration for each read operation. The timeout resets after a successful read.
5
6
## v0.12.3
7
8
- Add `FromStr` for `dns::Name`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reqwest"
-version = "0.12.3"
+version = "0.12.4"
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client", "wasm"]
0 commit comments