v1.12.0
Overview
The release introduces the ability to gracefully close Connection and ConnectionPool and also provides methods for adding or removing an endpoint from a ConnectionPool.
Breaking changes
There are no breaking changes in the release.
New features
- ConnectionPool.Add()/ConnectionPool.Remove() to add/remove endpoints from a pool (#290).
- Connection.CloseGraceful() unlike Connection.Close() waits for all requests to complete (#257).
- ConnectionPool.CloseGraceful() unlike ConnectionPool.Close() waits for all requests to complete (#257).