Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@oleg-jukovec oleg-jukovec released this 06 Mar 10:26
· 16 commits to master since this release

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