Skip to content

Commit

Permalink
v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 19, 2024
1 parent 0f126f5 commit de5dbb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## v0.12.4

- Add `zstd` support, enabled with `zstd` Cargo feature.
- Add `ClientBuilder::read_timeout(Duration)`, which applies the duration for each read operation. The timeout resets after a successful read.

## v0.12.3

- Add `FromStr` for `dns::Name`.
Expand Down
2 changes: 1 addition & 1 deletion 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"]
Expand Down

0 comments on commit de5dbb1

Please sign in to comment.