Skip to content

Releases: lucassouzavieira/arangodb-php-odm

v0.3.0-alpha

24 Oct 21:45
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

A new pre-release version of PHP ODM for ArangoDB

Added

  • Full Tasks management

Changed

  • Added a default constructor for ArangoDB\Validation\Validator class.
  • EntityInterface now extends \JsonSerializable interface.

v0.2.0-alpha

23 Oct 03:29
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

A new pre-release version of PHP ODM for ArangoDB

Added

  • Full support to Stream Transactions

v0.1.7-alpha

22 Oct 22:46
Compare
Choose a tag to compare
v0.1.7-alpha Pre-release
Pre-release

This is a pre-release version. Although the driver already is capable of full management of databases and collections, several important features are still being implemented or missing.
JavaScript transactions are supported, and stream transactions are being implemented.

In this version, only document and key/value collections are being supported at this moment.
Graphs support will be implemented on nexts releases.

The driver requires PHP 7.2+.

The driver intend to support ArangoDB Server 3.3+ versions.