Skip to content

v0.1.19

Latest

Choose a tag to compare

@seanmonstar seanmonstar released this 03 Dec 13:38
· 3 commits to master since this release

See the related blog post.

Highlights

  • Add client::pool module for composable pools. Enable with the client-pool feature.
  • Add pool::singleton for sharing a single cloneable connection.
  • Add pool::cache for caching a list of connections.
  • Add pool::negotiate for combining two pools with upgrade and fallback negotiation.
  • Add pool::map for customizable mapping of keys and connections.

What's Changed

Full Changelog: v0.1.18...v0.1.19