Releases: tarantool-php/client
Releases · tarantool-php/client
v0.5.0
- Dropped support of old PHP versions. The minimum PHP version requirement is 7.1
- Added support for SQL protocol
- Changed API
- Improved DX
v0.4.1
v0.4.0
v0.3.0
v0.2.0
- Optimize
Client::getSpaceIdByName()
- Replace
SocketConnection
withStreamConnection
- Move classes under the
Tarantool\Client
namespace - Move the
Request::TYPE_ERROR
constant toResponse
- Require a packer object to be passed explicitly to the
Client
constructor - Validate
IPROTO
greeting messages - Allow to pass custom MessagePack's packer and unpacker objects to the
PurePacker
constructor - Add composite keys support for update requests, allow to pass a scalar key to
DeleteRequest/SelectRequest
constructors - Add more tests