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
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