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