Skip to content

6.1.0

Compare
Choose a tag to compare
@Fishrock123 Fishrock123 released this 09 Oct 22:47
· 84 commits to main since this release

This release brings improvements for HyperClient (hyper_client feature).

Added

  • HyperClient now impls Default.
  • HyperClient::from_client(hyper::Client<C>).

Changed

  • HyperClient now re-uses the internal client, allowing connection pooling.