goki-cli
goki-cli copied to clipboard
Bump reqwest from 0.11.10 to 0.11.14
Bumps reqwest from 0.11.10 to 0.11.14.
Release notes
Sourced from reqwest's releases.
v0.11.14
What's Changed
- 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.
New Contributors
@Austarasmade their first contribution in seanmonstar/reqwest#1699@BlackDexmade their first contribution in seanmonstar/reqwest#1701@Khoulaizmade their first contribution in seanmonstar/reqwest#1694@beebmade their first contribution in seanmonstar/reqwest#1687@link2xtmade their first contribution in seanmonstar/reqwest#1710@dmeijboommade their first contribution in seanmonstar/reqwest#1713@lstrojnymade their first contribution in seanmonstar/reqwest#1730v0.11.13
What's Changed
- 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.- Fix
redirect::Policy::limited(0)from following any redirects.New Contributors
@NobodyXumade their first contribution in seanmonstar/reqwest#1647@anhcukymade their first contribution in seanmonstar/reqwest#1645@mireclmade their first contribution in seanmonstar/reqwest#1655@irrelevelephantmade their first contribution in seanmonstar/reqwest#1653@Alvenixmade their first contribution in seanmonstar/reqwest#1669@kianmengmade their first contribution in seanmonstar/reqwest#1562v0.11.12
What's Changed
- Add
ClientBuilder::resolve_to_addrs()which allows a slice of IP addresses to be specified for a single host.- Add
Response::upgrade()to await whether the server agrees to an HTTP upgrade.New Contributors ❤️
@futursolomade their first contribution in seanmonstar/reqwest#1565@kckeiksmade their first contribution in seanmonstar/reqwest#1583@vidhaniomade their first contribution in seanmonstar/reqwest#1584@luqmanamade their first contribution in seanmonstar/reqwest#1376@lpraneismade their first contribution in seanmonstar/reqwest#1622v0.11.11
What's Changed
- Add HTTP/2 keep-alive configuration methods on
ClientBuilder.- Add
ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses().- Add
impl Service<Request>forClientand&'_ Client.- (wasm) Add
RequestBuilder::basic_auth().
... (truncated)
Changelog
Sourced from reqwest's changelog.
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.- Fix
redirect::Policy::limited(0)from following any redirects.v0.11.12
- Add
ClientBuilder::resolve_to_addrs()which allows a slice of IP addresses to be specified for a single host.- Add
Response::upgrade()to await whether the server agrees to an HTTP upgrade.v0.11.11
- Add HTTP/2 keep-alive configuration methods on
ClientBuilder.- Add
ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses().- Add
impl Service<Request>forClientand&'_ Client.- (wasm) Add
RequestBuilder::basic_auth().- Fix
RequestBuilder::headerto not overridesensitiveif user explicitly set on aHeaderValue.- Fix rustls parsing of elliptic curve private keys.
- Fix Proxy URL parsing of some invalid targets.
Commits
3459b89v0.11.14fac5103Use SPDX license identifier (#1730)cda9c34Optimize theNO_PROXYdomain matcher (#1728)6f714f4Unify basic-auth header generation (#1726)6df8858Updatebase64to 0.21 (#1725)1d90496Reduce string allocation during multipart header encoding (#1724)4d96adfImplement bytes_stream() for wasm. (#1713)c2a1870Documentation fix: it'sTCP_NODELAY, notSO_NODELAY(#1710)b16ea79Add public interface to Multipart's Partheaders(#1687)cdbf84fAddsProxy::no_proxy(url)(#1694)- 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 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)