Skip to content

Commit 95c7afc

Browse files
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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1212

1313
### Changed
1414

15+
### Fixed
16+
17+
## [2.1.0] - 2024-03-06
18+
19+
The small release improves the ConnectionPool. The ConnectionPool now does not
20+
require execute access for `box.info` from a user for Tarantool >= 3.0.0.
21+
22+
### Changed
23+
1524
- `execute` access for `box.info` is no longer required for ConnectionPool
1625
for a Tarantool version >= 3.0.0 (#380)
1726

0 commit comments

Comments
 (0)