v0.6.0-alpha
Pre-release
Pre-release
lucassouzavieira
released this
31 Oct 23:26
·
148 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.4
for ArangoDB 3.4+ versions. The versions will start from 3.4.0.v3.5
for 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.
develop
is 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.master
this 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\Import
class to manage data import. - Implemented
ArangoDB\Batch\Export
class to manage data export.
- Implemented
- Improve indexes representations -
- Implemented
ArangoDB\Collection\Index\PrimaryIndex
andArangoDB\Collection\Index\EdgeIndex
classes.
- Implemented
- Collections
- Implemented
ArangoDB\Collection\Collection::isGraph()
method
- Implemented
Changed
- Minor fixes on
ArangoDB\AQL\QueryInterface
interface.