@@ -172,6 +172,37 @@ 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-05
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+ - * (socket)* prefer ready connection at timeout boundary
186+ - * (socket)* race resolved addresses within connect timeout
187+ - * (cookie)* enforce max-age expiration ([ #1214 ] ( https://github.com/0x676e67/wreq/pull/1214 ) )
188+ - * (cookie)* correct domain matching ([ #1211 ] ( https://github.com/0x676e67/wreq/pull/1211 ) )
189+
190+ ### Other
191+
192+ - Merge pull request #1203 from 0x676e67/dependabot/github_actions/actions/checkout-7
193+ - Merge pull request #1224 from 0x676e67/fix/multi-ip-connect-timeout-157-1
194+ - update
195+ - move release-plz config to .github
196+ - * (redirect)* simplify internal abstractions for redirect handling ([ #1200 ] ( https://github.com/0x676e67/wreq/pull/1200 ) )
197+ - * (deps)* update package dependency versions
198+ - update examples
199+ - fix clippy lints for Rust 1.97.0 ([ #1213 ] ( https://github.com/0x676e67/wreq/pull/1213 ) )
200+ - Update .gitignore
201+ - * (badssl)* retry on ` badssl.com ` connection reset errors ([ #1207 ] ( https://github.com/0x676e67/wreq/pull/1207 ) )
202+ - update package description
203+ - * (badssl)* add test case for wrong host on BadSSL ([ #1202 ] ( https://github.com/0x676e67/wreq/pull/1202 ) )
204+ - add single-threaded benchmark for ` cyper ` HTTP Client ([ #1195 ] ( https://github.com/0x676e67/wreq/pull/1195 ) )
205+
175206### Features
176207
177208- * (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