Skip to content

3.5.0

Compare
Choose a tag to compare
@joowani joowani released this 05 Feb 06:18
  • Added new method Database.get_document to allow direct retrieval of documents via their IDs.
  • Updated method Collection.all to use ArangoDB's built-in all 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 old Collection.all method.