Commit 95c7afc
committed
Release 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
`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).1 parent dc1fe5d commit 95c7afc
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 | | |
16 | 25 | | |
17 | 26 | | |
| |||
0 commit comments