Download Latest Version v0.13.2 source code.tar.gz (248.1 kB)
Email in envelope

Get an email when there's a new version of reqwest

Home / v0.13.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-12-30 2.7 kB
v0.13.0 source code.tar.gz 2025-12-30 247.8 kB
v0.13.0 source code.zip 2025-12-30 293.8 kB
Totals: 3 Items   544.2 kB 0

Breaking changes

  • rustls is now the default TLS backend, instead of native-tls.
  • rustls crypto provider defaults to aws-lc instead of ring. (rustls-no-provider exists if you want a different crypto provider)
  • rustls-tls has been renamed to rustls.
  • rustls roots features removed, rustls-platform-verifier is used by default.
  • To use different roots, call tls_certs_only(your_roots).
  • native-tls now includes ALPN. To disable, use native-tls-no-alpn.
  • query and form are now crate features, disabled 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)
  • For example, prefer tls_backend_rustls() over use_rustls_tls().

Pull Requests in General

New Contributors

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.28...v0.13.0

Source: README.md, updated 2025-12-30