Skip to content

Commit 168b950

Browse files
authored
chore: release v6.0.0-rc.30
1 parent 8b1b773 commit 168b950

2 files changed

Lines changed: 26 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, privacy-aware Rust HTTP Client"
55
keywords = ["http", "client", "websocket", "ja3", "ja4"]
66
categories = ["web-programming::http-client"]

RELEASE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,31 @@ 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-26
176+
177+
### Added
178+
179+
- *(socket)* tcp SO_LINGER option ([#1217](https://github.com/0x676e67/wreq/pull/1217))
180+
- *(cookie)* expand cookie jar APIs ([#1216](https://github.com/0x676e67/wreq/pull/1216))
181+
- *(dns)* implement `Error::is_dns()` to detect DNS resolve failures ([#1201](https://github.com/0x676e67/wreq/pull/1201))
182+
183+
### Fixed
184+
185+
- *(cookie)* enforce max-age expiration ([#1214](https://github.com/0x676e67/wreq/pull/1214))
186+
- *(cookie)* correct domain matching ([#1211](https://github.com/0x676e67/wreq/pull/1211))
187+
188+
### Other
189+
190+
- *(redirect)* simplify internal abstractions for redirect handling ([#1200](https://github.com/0x676e67/wreq/pull/1200))
191+
- *(deps)* update package dependency versions
192+
- update examples
193+
- fix clippy lints for Rust 1.97.0 ([#1213](https://github.com/0x676e67/wreq/pull/1213))
194+
- Update .gitignore
195+
- *(badssl)* retry on `badssl.com` connection reset errors ([#1207](https://github.com/0x676e67/wreq/pull/1207))
196+
- update package description
197+
- *(badssl)* add test case for wrong host on BadSSL ([#1202](https://github.com/0x676e67/wreq/pull/1202))
198+
- add single-threaded benchmark for `cyper` HTTP Client ([#1195](https://github.com/0x676e67/wreq/pull/1195))
199+
175200
### Features
176201

177202
- *(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)