Skip to content

6.5.1

Compare
Choose a tag to compare
@Fishrock123 Fishrock123 released this 19 Aug 18:11
· 12 commits to main since this release

Same as 6.5.0 with one change:

Config::max_connections_per_host() is now properly named Config::set_max_connections_per_host().

Added

  • Config has been stabilized and is now available by default!
  • wasm_client support for Config (only timeouts).
  • Config::max_connections_per_host (Supported on h1_client and curl_client.)

Deprecated

  • H1Client::with_max_connections() will be superseded by Config::max_connections_per_host.