Commit 403f2c3
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
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
13 | 25 | | |
14 | 26 | | |
15 | 27 | | |
| |||
0 commit comments