tl;dr
- Fix CertificateRevocationList parsing of PEM values.
- Fix logging in resolver to only show host, not full URL.
- Fix hickory-dns to fallback to a default if
/etc/resolv.conffails. - Fix HTTP/3 to handle
STOP_SENDINGas not an error. - Fix HTTP/3 pool to remove timed out QUIC connections.
- Fix HTTP/3 connection establishment picking IPv4 and IPv6.
- Upgrade rustls-platform-verifier.
- (wasm) Only use wasm-bindgen on unknown-* targets.
What's Changed
- Update docs.rs Features by @JamesWiresmith in #2961
- fix: fallback to hickory_resolver's default config if reading /etc/resolv.conf fails by @monosans in #2797
- fix: remove timeout con by @cuiweixie in #2967
- http3: handle stop_sending without error by @anuraaga in #2978
- resolve: debug log to change only host by @lms0806 in #2992
- Edit reference link by @lms0806 in #2996
- docs: more accurate about default HTTP2 window sizes by @seanmonstar in #3007
- [HTTP/3] Optimize IPv6 fallback and enforce HTTPS scheme #2911 by @lyuzichong in #3006
- Upgrade rustls-platform-verifier by @jplatte in #3010
- use wasm-bindgen ecosystem only for wasm32-unknown-* target by @Ludea in #3000
- fix rustls crl pem parsing by @Threated in #3013
- docs(retry): include ReqRep in docsrs by @seanmonstar in #3020
New Contributors
- @JamesWiresmith made their first contribution in #2961
- @monosans made their first contribution in #2797
- @cuiweixie made their first contribution in #2967
- @anuraaga made their first contribution in #2978
- @lms0806 made their first contribution in #2992
- @lyuzichong made their first contribution in #3006
- @Ludea made their first contribution in #3000
Full Changelog: v0.13.2...v0.13.3