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 #2921
- Update readme for 0.13 by @VojtaStanek in #2926
- fix http2 feature is not enabled for "native-tls" by @fox0 in #2927
- chore(deps): remove unused webpki-roots and rustls-native-certs by @seanmonstar in #2932
- docs: native-tls-alpn has changed to native-tls-no-alpn by @seanmonstar in #2940
- Specify h3 alpn for http3 connector by @passcod in #2929
- update copyright year to 2026 by @taozui472 in #2943
- fix(json): custom content-type overidden by json method for wasm by @Narendran-KT in #2908
- chore: upgrade wasm-streams to v0.5 by @xangelix in #2958
- chore(ci): add windows and linux arm64 to ci by @dennisameling in #2960
New Contributors
- @VojtaStanek made their first contribution in #2926
- @fox0 made their first contribution in #2927
- @passcod made their first contribution in #2929
- @taozui472 made their first contribution in #2943
- @Narendran-KT made their first contribution in #2908
- @xangelix made their first contribution in #2958
- @dennisameling made their first contribution in #2960
Full Changelog: v0.13.1...v0.13.2