rust-repos
rust-repos copied to clipboard
Bump reqwest from 0.11.12 to 0.11.20
Bumps reqwest from 0.11.12 to 0.11.20.
Release notes
Sourced from reqwest's releases.
v0.11.20
What's Changed
- Fix
deflatedecompression back to using zlib, as outlined in the spec.v0.11.19
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_PROXYenvironment variable.- Add support for
use_preconfigured_tlswhen combined with HTTP/3.- Fix
deflatedecompression 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
@nyurikmade their first contribution in seanmonstar/reqwest#1849@smndtrlmade their first contribution in seanmonstar/reqwest#1856@attila-linmade their first contribution in seanmonstar/reqwest#1869@ollyswansonmade their first contribution in seanmonstar/reqwest#1898@VivekPanyammade their first contribution in seanmonstar/reqwest#1903@bouzuyamade their first contribution in seanmonstar/reqwest#1922@cipherbrainmade their first contribution in seanmonstar/reqwest#1927@T-Sujeebanmade their first contribution in seanmonstar/reqwest#1926@eric-seppanenmade their first contribution in seanmonstar/reqwest#1852v0.11.18
What's Changed
- Fix
RequestBuilder::json()method from overriding a previously setcontent-typeheader. An existing value will be left in place.- Upgrade internal dependencies for rustls and compression.
New Contributors
@flyingalexmade their first contribution in seanmonstar/reqwest#1833@cpumade their first contribution in seanmonstar/reqwest#1791v0.11.17
What's Changed
- Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9
- (wasm) Fix blob url support
New Contributors
@skyf0lmade their first contribution in seanmonstar/reqwest#1797v0.11.16
What's Changed
- Fix building docs on docs.rs by
@NobodyXuin seanmonstar/reqwest#1789- Set 'rust-version` in Cargo metadata and use it in the MSRV build job by
@nickelcin seanmonstar/reqwest#1793
... (truncated)
Changelog
Sourced from reqwest's changelog.
v0.11.20
- Fix
deflatedecompression back to using zlib, as outlined in the spec.v0.11.19
- Add
ClientBuilder::http1_ignore_invalid_headers_in_responses()option.- Add
ClientBuilder::http1_allow_spaces_after_header_name_in_responses()option.- Add support for
ALL_PROXYenvironment variable.- Add support for
use_preconfigured_tlswhen combined with HTTP/3.- Fix
deflatedecompression 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.
v0.11.18
- Fix
RequestBuilder::json()method from overriding a previously setcontent-typeheader. An existing value will be left in place.- Upgrade internal dependencies for rustls and compression.
v0.11.17
- Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9
- (wasm) Fix blob url support
v0.11.16
- Chore: set MSRV in
Cargo.toml.- Docs: fix build on docs.rs
v0.11.15
- Add
RequestBuildermethods to split and reconstruct from its parts.- Add experimental HTTP/3 support.
- Fix
connection_verboseto logwrite_vectoredcalls.- (wasm) Make requests actually cancel if the future is dropped.
v0.11.14
- Adds
Proxy::no_proxy(url)that works like the NO_PROXY environment variable.- Adds
multipart::Part::headers(headers)method to add custom headers.- (wasm) Add
Response::bytes_stream().- Perf: several internal optimizations reducing copies and memory allocations.
v0.11.13
- Add
ClientBuilder::dns_resolver()option for custom DNS resolvers.- Add
ClientBuilder::tls_sni(bool)option to enable or disable TLS Server Name Indication.- Add
Identity::from_pkcs8_pem()constructor when usingnative-tls.
... (truncated)
Commits
a4e8ab6v0.11.2084eb650Revert "Fix deflate decompression (#1927)" (#1952)8b49fc9v0.11.1987ff5d9improve error message if incompabitle Identity with selected backend (#1852)42f57b4Fix panic in building h3 client when udp is forbidden (#1945)4aa8516msrv: bump to 1.63 (#1947)1f6c2cfAddClientBuilder::http1_allow_spaces_after_header_name_in_responses()(#1932)6f07b9fAddClientBuilder::http1_ignore_invalid_headers_in_responses()(#1926)8396233Fix deflate decompression (#1927)b0c07a2Bump rustls to v0.21.6 (#1928)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)