Skip to content

v1.12.0

Compare
Choose a tag to compare
@oleg-jukovec oleg-jukovec released this 07 Jun 08:54
· 119 commits to master since this release

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

  • ConnectionPool.Add()/ConnectionPool.Remove() to add/remove endpoints from a pool (#290).
  • Connection.CloseGraceful() unlike Connection.Close() waits for all requests to complete (#257).
  • ConnectionPool.CloseGraceful() unlike ConnectionPool.Close() waits for all requests to complete (#257).

Other

  • Updates crud tests with Tarantool 3.0 (#293).
  • Updates SQL tests with Tarantool 3.0 (#295).