Releases: seanmonstar/reqwest
Releases Β· seanmonstar/reqwest
v0.11.18
What's Changed
- Fix
RequestBuilder::json()
method from overriding a previously setcontent-type
header. An existing value will be left in place. - Upgrade internal dependencies for rustls and compression.
New Contributors
v0.11.17
v0.11.16
v0.11.15
What's Changed
- Add
RequestBuilder
methods to split and reconstruct from its parts. - Add experimental HTTP/3 support. π§ͺ3οΈπ
- Fix
connection_verbose
to logwrite_vectored
calls. - (wasm) Make requests actually cancel if the future is dropped.
New Contributors
- @jneem made their first contribution in #1755
- @TurnOfACard made their first contribution in #1762
- @j7nw4r made their first contribution in #1765
Full Changelog: v0.11.14...v0.11.15
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
- @Austaras made their first contribution in #1699
- @BlackDex made their first contribution in #1701
- @Khoulaiz made their first contribution in #1694
- @beeb made their first contribution in #1687
- @link2xt made their first contribution in #1710
- @dmeijboom made their first contribution in #1713
- @lstrojny made their first contribution in #1730
v0.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
v0.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 β€οΈ
v0.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>
forClient
and&'_ Client
. - (wasm) Add
RequestBuilder::basic_auth()
. - Fix
RequestBuilder::header
to not overridesensitive
if user explicitly set on aHeaderValue
. - Fix rustls parsing of elliptic curve private keys.
- Fix Proxy URL parsing of some invalid targets.
New Contributors
- @jqnatividad made their first contribution in #1509
- @MisileLab made their first contribution in #1527
- @flavio made their first contribution in #1526
- @eyalsatori made their first contribution in #1523
- @Mathspy made their first contribution in #1420
- @cuishuang made their first contribution in #1531
- @Coding-Badly made their first contribution in #1539
- @Osteoporosis made their first contribution in #1543
- @neoeinstein made their first contribution in #1556
v0.11.10
What's Changed
- Add
Error::url()
to access the URL of an error. - Add
Response::extensions()
to access thehttp::Extensions
of a response. - Fix
rustls-native-certs
to log an error instead of panicking when loading an invalid system certificate. - Fix passing Basic Authorization header to proxies.
New Contributors
- @nikstur made their first contribution in #1448
- @ecclarke42 made their first contribution in #1442
- @TjeuKayim made their first contribution in #1316
- @kraktus made their first contribution in #1456
- @edmorley made their first contribution in #1482
- @ViddeM made their first contribution in #1480
- @nihaals made their first contribution in #1490
- @biluohc made their first contribution in #1491