Skip to content

Releases: seanmonstar/reqwest

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

v0.12.4

19 Apr 17:39
Compare
Choose a tag to compare

What's Changed

  • Add zstd support, enabled with zstd Cargo feature (thanks @paolobarbolini!)
  • Add ClientBuilder::read_timeout(Duration), which applies the duration for each read operation. The timeout resets after a successful read.

New Contributors

v0.12.3

05 Apr 14:30
Compare
Choose a tag to compare

What's Changed

  • Add FromStr for dns::Name.
  • Add ClientBuilder::built_in_webpki_certs(bool) to enable them separately.
  • Add ClientBuilder::built_in_native_certs(bool) to enable them separately.
  • Fix sending content-length: 0 for GET requests.
  • Fix response body content_length() to return value when timeout is configured.
  • Fix ClientBuilder::resolve() to use lowercase domain names.

New Contributors

Full Changelog: v0.12.2...v0.12.3

v0.12.2

25 Mar 14:19
Compare
Choose a tag to compare

What's Changed

  • Fix missing ALPN when connecting to socks5 proxy with rustls.
  • Fix TLS version limits with rustls.
  • Fix not detected ALPN h2 from server with native-tls.

New Contributors

Full Changelog: v0.12.1...v0.12.2