3.5.0
- Added new method
Database.get_document
to allow direct retrieval of documents via their IDs. - Updated method
Collection.all
to use ArangoDB's built-inall
simple 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.all
method.