What's Changed
- Add
ClientBuilder::http1_ignore_invalid_headers_in_responses()
option. - Add
ClientBuilder::http1_allow_spaces_after_header_name_in_responses()
option. - Add support for
ALL_PROXY
environment variable. - Add support for
use_preconfigured_tls
when combined with HTTP/3. - Fix
deflate
decompression from using the zlib decoder. - Fix
Response::{text, text_with_charset}()
to strip BOM characters. - Fix a panic when HTTP/3 is used if UDP isn't able to connect.
- Fix some dependencies for HTTP/3.
- Increase MSRV to 1.63.
New Contributors
- @nyurik made their first contribution in #1849
- @smndtrl made their first contribution in #1856
- @attila-lin made their first contribution in #1869
- @ollyswanson made their first contribution in #1898
- @VivekPanyam made their first contribution in #1903
- @bouzuya made their first contribution in #1922
- @cipherbrain made their first contribution in #1927
- @T-Sujeeban made their first contribution in #1926
- @eric-seppanen made their first contribution in #1852