Skip to content

1.8.0

Compare
Choose a tag to compare
@Totktonada Totktonada released this 29 Jan 00:43
· 83 commits to master since this release
connector-1.8.0
694fe89

Breaking changes

This release should not break existing code.

New features

  • Added iterator enum to use in select() (#31).
  • Supported alpha version of JDBC API (for Tarantool 2.*).
  • Added round-robin fail-over as TarantoolClusterClient (#37).

Bugfixes

  • Fixed race between close() and reconnect() (#93).
  • Fixed BigInteger converting from/to MsgPack (#27).