Skip to content

v2.3.0

Compare
Choose a tag to compare
@oleg-jukovec oleg-jukovec released this 11 Mar 08:07
· 8 commits to master since this release
252c3b7

The release extends box.info responses and ConnectionPool.GetInfo return data.

Be careful, we have changed the test_helpers package a little since we do not support backward compatibility for it.

Added

  • Extend box with replication information (#427).
  • The Instance info has been added to ConnectionInfo for ConnectionPool.GetInfo response (#429).
  • Added helpers to run Tarantool config storage (#431).

Changed

  • Changed helpers API StartTarantool and StopTarantool, now it uses pointer on TarantoolInstance:
    • StartTarantool() returns *TarantoolInstance;
    • StopTarantool() and StopTarantoolWithCleanup() accepts
      *TarantoolInstance as arguments.
  • Field Cmd in TarantoolInstance struct declared as deprecated. Suggested Wait(), Stop() and Signal() methods as safer to use instead of direct Cmd.Process access (#431).

Fixed

  • Test helpers does not detect a fail to start a Tarantool instance if another Tarantool instance already listens a port (#431).