Skip to content

v0.7.1

Compare
Choose a tag to compare
@rybakit rybakit released this 21 May 13:37
· 112 commits to master since this release
  • Fixed edge case error when StreamConnection::open() was returning null instead of the Greeting object, applied other minor improvements on StreamConnection
  • Implemented ArrayAccess on SqlQueryResult. Now you can access the elements of the resulting set using the array syntax, for example:
    $result = $client->executeQuery(...);
    var_dump($result[0], $result[1]);
  • Enriched tests with tarantool/phpunit-extras
  • Setup GitHub Sponsors funding