v0.6.0-alpha
Pre-release
Pre-release
·
152 commits
to develop
since this release
The last pre-release version of PHP ODM for ArangoDB. From now, the releases will follow the supported versions of ArangoDB Server. We will have the following branches.
v3.4for ArangoDB 3.4+ versions. The versions will start from 3.4.0.v3.5for ArangoDB 3.5+ versions. The versions will start from 3.5.0.
The develop and master branches will always support the most recent version of ArangoDB Server.
developis the main branch. All new features and bug/security fixes will be implemented on it before pass to master. This branch is intended to be unstable.masterthis branch will have the the latest stable version of ODM features for the latest version of ArangoDB server.
Added
- Import and Export features
- Implemented
ArangoDB\Batch\Importclass to manage data import. - Implemented
ArangoDB\Batch\Exportclass to manage data export.
- Implemented
- Improve indexes representations -
- Implemented
ArangoDB\Collection\Index\PrimaryIndexandArangoDB\Collection\Index\EdgeIndexclasses.
- Implemented
- Collections
- Implemented
ArangoDB\Collection\Collection::isGraph()method
- Implemented
Changed
- Minor fixes on
ArangoDB\AQL\QueryInterfaceinterface.