Skip to content

Releases: seanmonstar/reqwest

v0.12.14

12 Mar 13:58
Compare
Choose a tag to compare

What's Changed

  • re-add fetch_mode_no_cors shim when not in wasm, but deprecated by @seanmonstar in #2598

Full Changelog: v0.12.13...v0.12.14

v0.12.13

11 Mar 20:15
Compare
Choose a tag to compare

What's Changed

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.

New Contributors

Thanks!

Full Changelog: v0.12.12...v0.12.13

v0.12.12

24 Feb 13:28
Compare
Choose a tag to compare

What's Changed

  • fix: remove tower as dependency for wasm32-unknown-unknown by @jlizen in #2510

Full Changelog: v0.12.11...v0.12.12

v0.12.11

27 Dec 15:53
Compare
Choose a tag to compare

What's Changed

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame by @seanmonstar in #2508

Full Changelog: v0.12.10...v0.12.11

v0.12.10

26 Dec 18:20
Compare
Choose a tag to compare

What's Changed

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack. by @jlizen in #2496
  • Add ClientBuilder::http2_max_header_list_size() option by @DSharifi in #2465
  • Fix decompression of chunked bodies so the connections can be reused more often by @Andrey36652 in #2484
  • Fix propagating body size hint (content-length) information when wrapping bodies by @seanmonstar in #2503

New Contributors

Thanks

Full Changelog: v0.12.9...v0.12.10

v0.12.9

28 Oct 17:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.8...v0.12.9

v0.12.8

30 Sep 18:14
Compare
Choose a tag to compare

What's Changed

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.

New Contributors

Full Changelog: v0.12.7...v0.12.8

v0.12.7

19 Aug 21:05
Compare
Choose a tag to compare

What's Changed

  • Revert adding impl Service<http::Request<_>> for Client.

Full Changelog: v0.12.6...v0.12.7

v0.12.6

19 Aug 16:01
Compare
Choose a tag to compare

What's Changed

  • Add support for danger_accept_invalid_hostnames for rustls.
  • Add impl Service<http::Request<Body>> for Client and &'_ Client.
  • Add support for !Sync bodies in Body::wrap_stream().
  • Enable happy eyeballs when hickory-dns is used.
  • Fix Proxy so that HTTP(S)_PROXY values take precendence over ALL_PROXY.
  • Fix blocking::RequestBuilder::header() from unsetting sensitive on passed header values.

New Contributors

Thanks again

Full Changelog: v0.12.5...v0.12.6

v0.12.5

17 Jun 15:17
Compare
Choose a tag to compare

What's Changed

  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.

New Contributors

Full Changelog: v0.12.4...v0.12.5