Skip to content

Commit ac82de5

Browse files
authored
chore: release v6.0.0-rc.30
1 parent b3a0e5c commit ac82de5

2 files changed

Lines changed: 41 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: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,46 @@ 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-08-12
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+
- *(error)* classify read timeout as body error ([#1233](https://github.com/0x676e67/wreq/pull/1233))
186+
- *(proxy)* handle WinINET IP wildcards ([#1226](https://github.com/0x676e67/wreq/pull/1226))
187+
- *(socket)* prefer ready connection at timeout boundary
188+
- *(socket)* race resolved addresses within connect timeout
189+
- *(cookie)* enforce max-age expiration ([#1214](https://github.com/0x676e67/wreq/pull/1214))
190+
- *(cookie)* correct domain matching ([#1211](https://github.com/0x676e67/wreq/pull/1211))
191+
192+
### Other
193+
194+
- *(request)* document JSON content type ([#1235](https://github.com/0x676e67/wreq/pull/1235))
195+
- add pull request template for human-written content ([#1232](https://github.com/0x676e67/wreq/pull/1232))
196+
- *(body)* use absolute read timeout deadline ([#1231](https://github.com/0x676e67/wreq/pull/1231))
197+
- *(deps)* bump taiki-e/install-action from 2.85.5 to 2.85.10 ([#1229](https://github.com/0x676e67/wreq/pull/1229))
198+
- *(body)* reuse read timeout timer ([#1230](https://github.com/0x676e67/wreq/pull/1230))
199+
- restore doc_cfg feature gate ([#1228](https://github.com/0x676e67/wreq/pull/1228))
200+
- *(client)* centralize IPv6 bracket parsing ([#1227](https://github.com/0x676e67/wreq/pull/1227))
201+
- Merge pull request #1203 from 0x676e67/dependabot/github_actions/actions/checkout-7
202+
- Merge pull request #1224 from 0x676e67/fix/multi-ip-connect-timeout-157-1
203+
- update
204+
- move release-plz config to .github
205+
- *(redirect)* simplify internal abstractions for redirect handling ([#1200](https://github.com/0x676e67/wreq/pull/1200))
206+
- *(deps)* update package dependency versions
207+
- update examples
208+
- fix clippy lints for Rust 1.97.0 ([#1213](https://github.com/0x676e67/wreq/pull/1213))
209+
- Update .gitignore
210+
- *(badssl)* retry on `badssl.com` connection reset errors ([#1207](https://github.com/0x676e67/wreq/pull/1207))
211+
- update package description
212+
- *(badssl)* add test case for wrong host on BadSSL ([#1202](https://github.com/0x676e67/wreq/pull/1202))
213+
- add single-threaded benchmark for `cyper` HTTP Client ([#1195](https://github.com/0x676e67/wreq/pull/1195))
214+
175215
### Features
176216

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