Skip to content

0.4.0

Compare
Choose a tag to compare
@darkfrog26 darkfrog26 released this 11 May 02:05
· 916 commits to master since this release
  • Support for passing collection as reference in AQL interpolation
  • AQL execute convenience method for no results
  • AQL call convenience method for exactly one result
  • AQL first convenience method for optional first result
  • Complete Indexing support
  • Additional functionality for key/value collection (Map implementation)
  • Upsert functionality convenience functionality
  • Graph knowledge of all collections and Graph.init can optionally create all missing collections
  • Trigger based modified updates
  • Database Upgrade infrastructure
  • QueryResponsePagination to easily page through results
  • QueryResponseIterator to cleanly iterate over every result without loading everything into memory
  • Support ArangoDB with authentication disabled
  • Support AbstractCollection.replace by key to allow updating the document's key
  • Add support for Arango default configuration to be loaded optionally from typesafe.config