-
Notifications
You must be signed in to change notification settings - Fork 46
Important versioning information on ArangoDB PHP
Frank Mayer edited this page May 25, 2018
·
20 revisions
Important version information on ArangoDB-PHP
Since version 1.0 of this client, it will closely follow the ArangoDB versioning. That means that:
- ArangoDB-PHP 3.2.x is on par with the functionality of ArangoDB 3.2.y
- ArangoDB-PHP 3.3.x is on par with the functionality of ArangoDB 3.3.y etc...
Notice: The third level number of the version is not associated to ArangoDB's third level number, as it states minor updates, bugfixes and patches to the client itself.
ArangoDB-PHP Version | ArangoDB Version | Comments |
---|---|---|
3.0.x | 3.0.x through 3.0.x | This version in not backwards compatible due to changes in ArangoDB's API |
3.1.x | 3.1.x through 3.1.x | This version in not backwards compatible due to changes in ArangoDB's API |
ArangoDB-PHP Version | ArangoDB Version | Comments |
---|---|---|
1.0.0 | 1.0.0 through 1.0.4 | |
1.0.1 | 1.0.0 through 1.0.4 | |
1.1.0 | 1.1.0 through 1.1.3 | |
1.2.0 | 1.2.0 through 1.2.1 | |
1.2.1 | 1.2.2 through 1.2.3 | This client version provides support for ArangoDB's autoincrement functionality. (ArangoDB Version 1.2.2+) |
1.3.0 | 1.3.0 through 1.3.3 | Provides support for Transactions, Auto-Increment, AQL User Functions and the new statistics interface. |
1.3.1 | 1.3.0 through 1.3.3 | Added Tracer & simple/all API equvalent. Some Performance fixes. improved docs |
1.4.0 | 1.4.0 through 1.4.x | Multi-Database, Traversal API + others |
2.x.x | 2.0.0 through 2.x.x |