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 small release improves the ConnectionPool. The ConnectionPool
is no longer required execute access for `box.info` from a user
for Tarantool >= 3.0.0.
Breaking changes
There are no breaking changes in the release.
New features
`execute` access for `box.info` is no longer required for
ConnectionPool for a Tarantool version >= 3.0.0 (#380).
Bugfixes
`ConnectionPool.Remove()` does not notify a `ConnectionHandler`
after an instance is already removed from the pool (#385).
0 commit comments