Skip to content

Commit 63a2fee

Browse files
authored
chore: release v6.0.0-rc.30
1 parent c52f9ea commit 63a2fee

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wreq"
3-
version = "6.0.0-rc.29"
3+
version = "6.0.0-rc.30"
44
description = "An ergonomic, censorship-resistant Rust HTTP client"
55
keywords = ["http", "client", "websocket", "ja3", "ja4"]
66
categories = ["web-programming::http-client"]

RELEASE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
172172
- *(request)* static init for common content-type header ([#1060](https://github.com/0x676e67/wreq/pull/1060))
173173
## [unreleased]
174174

175+
## [6.0.0-rc.30](https://github.com/0x676e67/wreq/compare/v6.0.0-rc.29...v6.0.0-rc.30) - 2026-07-13
176+
177+
### Added
178+
179+
- *(dns)* implement `Error::is_dns()` to detect DNS resolve failures ([#1201](https://github.com/0x676e67/wreq/pull/1201))
180+
181+
### Fixed
182+
183+
- *(cookie)* correct domain matching ([#1211](https://github.com/0x676e67/wreq/pull/1211))
184+
185+
### Other
186+
187+
- fix clippy lints for Rust 1.97.0 ([#1213](https://github.com/0x676e67/wreq/pull/1213))
188+
- Update .gitignore
189+
- *(badssl)* retry on `badssl.com` connection reset errors ([#1207](https://github.com/0x676e67/wreq/pull/1207))
190+
- update package description
191+
- *(badssl)* add test case for wrong host on BadSSL ([#1202](https://github.com/0x676e67/wreq/pull/1202))
192+
- add single-threaded benchmark for `cyper` HTTP Client ([#1195](https://github.com/0x676e67/wreq/pull/1195))
193+
175194
### Features
176195

177196
- *(cookie)* RFC 9113 compliant cookie handling ([#1106](https://github.com/0x676e67/wreq/issues/1106)) - ([81f3adb](https://github.com/0x676e67/wreq/commit/81f3adb85e0fff869439bd4eac48405e78916c9a))

0 commit comments

Comments
 (0)