File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.13.3
2+
3+ - Fix CertificateRevocationList parsing of PEM values.
4+ - Fix logging in resolver to only show host, not full URL.
5+ - Fix hickory-dns to fallback to a default if ` /etc/resolv.conf ` fails.
6+ - Fix HTTP/3 to handle ` STOP_SENDING ` as not an error.
7+ - Fix HTTP/3 pool to remove timed out QUIC connections.
8+ - Fix HTTP/3 connection establishment picking IPv4 and IPv6.
9+ - Upgrade rustls-platform-verifier.
10+ - (wasm) Only use wasm-bindgen on unknown-* targets.
11+
112## v0.13.2
213
314- Fix HTTP/2 and native-tls ALPN feature combinations.
Original file line number Diff line number Diff line change 11[package ]
22name = " reqwest"
3- version = " 0.13.2 "
3+ version = " 0.13.3 "
44description = " higher level HTTP client library"
55keywords = [" http" , " request" , " client" ]
66categories = [" web-programming::http-client" , " wasm" ]
You can’t perform that action at this time.
0 commit comments