See the related blog post.
Highlights
- Add
client::poolmodule for composable pools. Enable with theclient-poolfeature. - Add
pool::singletonfor sharing a single cloneable connection. - Add
pool::cachefor caching a list of connections. - Add
pool::negotiatefor combining two pools with upgrade and fallback negotiation. - Add
pool::mapfor customizable mapping of keys and connections.
What's Changed
- chore(ci): check docs links with full features by @seanmonstar in #245
- minor SOCKS proxying docs fixes by @JPDye in #246
- feat(pool): add a Singleton pool type by @seanmonstar in #226
- feat(pool): add a Cache pooling service by @seanmonstar in #227
- feat(pool): add a Negotiate pooling service by @seanmonstar in #228
- feat(pool): add a Map pool service type by @seanmonstar in #247
- docs(pool): add module level docs for pools by @seanmonstar in #248
- v0.1.19 by @seanmonstar in #249
Full Changelog: v0.1.18...v0.1.19