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 forbox.info
is no longer required for ConnectionPool for a Tarantool version >= 3.0.0 (#380).
Bugfixes
ConnectionPool.Remove()
does not notify aConnectionHandler
after an instance is already removed from the pool (#385).