| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-06 | 2.1 kB | |
| v0.13.2 source code.tar.gz | 2026-02-06 | 248.1 kB | |
| v0.13.2 source code.zip | 2026-02-06 | 294.2 kB | |
| Totals: 3 Items | 544.4 kB | 1 | |
tl;dr
- Fix HTTP/2 and native-tls ALPN feature combinations.
- Fix HTTP/3 to send h3 ALPN.
- (wasm) fix
RequestBuilder::json()from override previously set content-type.
What's Changed
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/seanmonstar/reqwest/pull/2921
- Update readme for 0.13 by @VojtaStanek in https://github.com/seanmonstar/reqwest/pull/2926
- fix http2 feature is not enabled for "native-tls" by @fox0 in https://github.com/seanmonstar/reqwest/pull/2927
- chore(deps): remove unused webpki-roots and rustls-native-certs by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2932
- docs: native-tls-alpn has changed to native-tls-no-alpn by @seanmonstar in https://github.com/seanmonstar/reqwest/pull/2940
- Specify h3 alpn for http3 connector by @passcod in https://github.com/seanmonstar/reqwest/pull/2929
- update copyright year to 2026 by @taozui472 in https://github.com/seanmonstar/reqwest/pull/2943
- fix(json): custom content-type overidden by json method for wasm by @Narendran-KT in https://github.com/seanmonstar/reqwest/pull/2908
- chore: upgrade wasm-streams to v0.5 by @xangelix in https://github.com/seanmonstar/reqwest/pull/2958
- chore(ci): add windows and linux arm64 to ci by @dennisameling in https://github.com/seanmonstar/reqwest/pull/2960
New Contributors
- @VojtaStanek made their first contribution in https://github.com/seanmonstar/reqwest/pull/2926
- @fox0 made their first contribution in https://github.com/seanmonstar/reqwest/pull/2927
- @passcod made their first contribution in https://github.com/seanmonstar/reqwest/pull/2929
- @taozui472 made their first contribution in https://github.com/seanmonstar/reqwest/pull/2943
- @Narendran-KT made their first contribution in https://github.com/seanmonstar/reqwest/pull/2908
- @xangelix made their first contribution in https://github.com/seanmonstar/reqwest/pull/2958
- @dennisameling made their first contribution in https://github.com/seanmonstar/reqwest/pull/2960
Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.13.1...v0.13.2