You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Connection.CloseGraceful() unlike Connection.Close() waits for all
requests to complete (#257).
ConnectionPool.CloseGraceful() unlike ConnectionPool.Close() waits
for all requests to complete (#257).
ConnectionPool.Add()/ConnectionPool.Remove() to add/remove endpoints
from a pool (#290).
Other
Updates crud tests with Tarantool 3.0 (#293).
Updates SQL tests with Tarantool 3.0 (#295).
0 commit comments