v2.3.0
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
andStopTarantool
, now it uses pointer onTarantoolInstance
:StartTarantool()
returns*TarantoolInstance
;StopTarantool()
andStopTarantoolWithCleanup()
accepts
*TarantoolInstance
as arguments.
- Field
Cmd
inTarantoolInstance
struct declared as deprecated. SuggestedWait()
,Stop()
andSignal()
methods as safer to use instead of directCmd.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).