fix: remove unwrap in hickory initialization by @mat813 in https://github.com/seanmonstar/reqwest/pull/3041
v0.13.3
2026-04-27
⚠ Potential breaking changes
Fix HTTP/3 pool to remove timed out QUIC connections.
fix: remove timeout con by @cuiweixie in https://github.com/seanmonstar/reqwest/pull/2967
v0.13.2
2026-03-16
⚠ Potential breaking changes
chore(deps): remove unused webpki-roots and rustls-native-certs by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2932
v0.13.1
2025-12-30
No breaking-change keywords detected in release notes.
v0.13.0
2025-12-30
⚠ Potential breaking changes
Breaking changes
rustls-tls` has been renamed to `rustls`.
rustls roots features removed, `rustls-platform-verifier` is used by default.
Long-deprecated methods and crate features have been removed (such as `trust-dns`, which was renamed `hickory-dns` a while ago).
Many TLS-related methods renamed to improve autocompletion and discovery, but previous name left in place with a "soft" deprecation. (just documented, no warnings)
remove long-deprecated methods: trust-dns and non-wasm-cors by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2899
remove deprecated features trust-dns and macos-system-configuration by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2901
v0.13.0-rc.1
2025-12-23
⚠ Potential breaking changes
Main breaking changes
rustls-tls renamed to rustls
rustls roots features removed, platform-verifier is used instead
Many TLS-related methods renamed, but previous name left in place with a "soft" deprecated (just documented, no warnings).
Long-deprecated methods and crate features have been removed.
remove long-deprecated methods: trust-dns and non-wasm-cors by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2899
remove deprecated features trust-dns and macos-system-configuration by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2901
v0.12.28
2025-12-23
No breaking-change keywords detected in release notes.
v0.12.27
2025-12-22
No breaking-change keywords detected in release notes.