github seanmonstar/reqwest v0.12.23

24 days ago

tl;dr

  • πŸ‡ΊπŸ‡©πŸ‡Έ Add ClientBuilder::unix_socket(path) option that will force all requests over that Unix Domain Socket.
  • πŸ” Add ClientBuilder::retries(policy) and reqwest::retry::Builder to configure automatic retries.
  • Add ClientBuilder::dns_resolver2() with more ergonomic argument bounds, allowing more resolver implementations.
  • Add http3_* options to blocking::ClientBuilder.
  • Fix default TCP timeout values to enabled and faster.
  • Fix SOCKS proxies to default to port 1080
  • (wasm) Add cache methods to RequestBuilder.

What's Changed

New Contributors

Full Changelog: v0.12.22...v0.12.23

Don't miss a new reqwest release

NewReleases is sending notifications on new releases.