3.5.0
- Added new method
Database.get_documentto allow direct retrieval of documents via their IDs. - Updated method
Collection.allto use ArangoDB's built-inallsimple query instead of the export API (this changes the method's signature and therefore is a backwards compatibility breaking change). - Added new method
Collection.export, which is equivalent to the oldCollection.allmethod.