Skip to content

Commit 59a709b

Browse files
committed
Release 1.12.0
Overview 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 852a31b commit 59a709b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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-05-30
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)