Skip to content

Commit 403f2c3

Browse files
committed
Release 1.12.0
Overview The release introduces the ability to gracefully close Connection and ConnectionPool and also provides methods for adding or removing an endpoint from a ConnectionPool. Breaking changes There are no breaking changes in the release. New features Connection.CloseGraceful() unlike Connection.Close() waits for all requests to complete (#257). ConnectionPool.CloseGraceful() unlike ConnectionPool.Close() waits for all requests to complete (#257). ConnectionPool.Add()/ConnectionPool.Remove() to add/remove endpoints from a pool (#290). Other Updates crud tests with Tarantool 3.0 (#293). Updates SQL tests with Tarantool 3.0 (#295).
1 parent 814e695 commit 403f2c3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

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

1111
### Added
1212

13+
### Changed
14+
15+
### Fixed
16+
17+
## [1.12.0] - 2023-06-07
18+
19+
The release introduces the ability to gracefully close Connection
20+
and ConnectionPool and also provides methods for adding or removing an endpoint
21+
from a ConnectionPool.
22+
23+
### Added
24+
1325
- Connection.CloseGraceful() unlike Connection.Close() waits for all
1426
requests to complete (#257)
1527
- ConnectionPool.CloseGraceful() unlike ConnectionPool.Close() waits for all

0 commit comments

Comments
 (0)