Skip to content

New release for ArangoDB 3.0

Compare
Choose a tag to compare
@a-brandt a-brandt released this 17 Jun 12:07
· 1772 commits to main since this release
  • removed ArangoDriver.EdgeEntity() (/_api/edge withdrawn in Server)
  • removed CAP-Index (Cap-constraints are withdrawn in Server)
  • removed Param database in User-Methods (in 3.0 users are managed in _users Collection in _system Database only)
  • added User-Method grantDatabaseAccess(username, database)
  • replaced Graph-Functions (graph_edge, graph_vertices, graph_shortes_path) with AQL
  • removed deprecated Methods
  • added Transaction attribute allowImplicit
  • refactored QueryCachePropertiesEntity, TransactionResultEntity