diff --git a/Cargo.toml b/Cargo.toml index 74c61748..6c4f457f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wreq" -version = "6.0.0-rc.29" -description = "An ergonomic Rust HTTP Client with TLS fingerprint" +version = "6.0.0-rc.30" +description = "An ergonomic censorship-resistant Rust HTTP Client" keywords = ["http", "client", "websocket", "ja3", "ja4"] categories = ["web-programming::http-client"] repository = "https://github.com/0x676e67/wreq" diff --git a/RELEASE.md b/RELEASE.md index 42b91523..ba1283b9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -172,6 +172,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - *(request)* static init for common content-type header ([#1060](https://github.com/0x676e67/wreq/pull/1060)) ## [unreleased] +## [6.0.0-rc.30](https://github.com/0x676e67/wreq/compare/v6.0.0-rc.29...v6.0.0-rc.30) - 2026-06-28 + +### Added + +- *(dns)* implement `Error::is_dns()` to detect DNS resolve failures ([#1201](https://github.com/0x676e67/wreq/pull/1201)) + +### Other + +- Update package description for wreq +- *(badssl)* add test case for wrong host on BadSSL ([#1202](https://github.com/0x676e67/wreq/pull/1202)) +- add single-threaded benchmark for `cyper` HTTP Client ([#1195](https://github.com/0x676e67/wreq/pull/1195)) + ### Features - *(cookie)* RFC 9113 compliant cookie handling ([#1106](https://github.com/0x676e67/wreq/issues/1106)) - ([81f3adb](https://github.com/0x676e67/wreq/commit/81f3adb85e0fff869439bd4eac48405e78916c9a))