| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-25 | 2.5 kB | |
| v0.13.4 source code.tar.gz | 2026-05-25 | 251.9 kB | |
| v0.13.4 source code.zip | 2026-05-25 | 297.9 kB | |
| Totals: 3 Items | 552.4 kB | 0 | |
tl;dr
- Add
ClientBuilder::tls_sslkeylogfile(bool)option to allow using the related environment variable. - Add
ClientBuilder::http2_keep_alive_*options for theblockingclient. - Add TLS 1.3 support when using
native-tlsbackend. - Fix redirect handling to strip sensitive headers when the scheme changes.
- Fix HTTP/3 happy-eyeball connection creation.
- Upgrade hickory-resolver to 0.26.
What's Changed
- fix(tls): improve rustls-no-provider panic message and add module docs by @smythg4 in https://github.com/seanmonstar/reqwest/pull/3021
- fix: do not lose the url in error when decoding json by @Dushistov in https://github.com/seanmonstar/reqwest/pull/3026
- Add tls_sslkeylogfile builder method by @passcod in https://github.com/seanmonstar/reqwest/pull/2923
- fix(redirect): strip sensitive headers on scheme change across redirects by @SAY-5 in https://github.com/seanmonstar/reqwest/pull/3034
- chore: upgrade MSRV to 1.85 by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/3038
- chore: clean up minimal-versions CI job by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/3039
- fix(http3): use happy eyeballs for h3 connect by @lyuzichong in https://github.com/seanmonstar/reqwest/pull/3030
- fix: update hickory-resolver to 0.26 and adjust code accordingly by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/3040
- fix: remove unwrap in hickory initialization by @mat813 in https://github.com/seanmonstar/reqwest/pull/3041
- feat(https): support TLS 1.3 as min version under native-tls 🎉 by @AverageHelper in https://github.com/seanmonstar/reqwest/pull/2975
- Expose keep alive configurations in blocking client by @aeb-dev in https://github.com/seanmonstar/reqwest/pull/3043
- Prepare v0.13.4 by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/3046
New Contributors
- @smythg4 made their first contribution in https://github.com/seanmonstar/reqwest/pull/3021
- @Dushistov made their first contribution in https://github.com/seanmonstar/reqwest/pull/3026
- @SAY-5 made their first contribution in https://github.com/seanmonstar/reqwest/pull/3034
- @mat813 made their first contribution in https://github.com/seanmonstar/reqwest/pull/3041
- @AverageHelper made their first contribution in https://github.com/seanmonstar/reqwest/pull/2975
- @aeb-dev made their first contribution in https://github.com/seanmonstar/reqwest/pull/3043
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.13.3...v0.13.4