Skip to content

Releases: arangodb/arangodb-java-driver

Bugfix-Release

09 Nov 08:50

Choose a tag to compare

  • fixed ArangoDriver.getCurrentDatabase() (does not use the defaultDatabase)
  • fixed ArangoDriver.deleteQueryCache() (does not use the defaultDatabase)
  • fixed ArangoDriver.getQueryCacheProperties() (does not use the defaultDatabase)
  • fixed ArangoDriver.setQueryCacheProperties() (does not use the defaultDatabase)
  • fixed ArangoDriver.reloadRouting() (does not use the defaultDatabase)

New release for ArangoDB 3.1 (RC 1-3)

17 Oct 13:59

Choose a tag to compare

  • replaced API
  • replaced protocol http with VelocyStream
  • added VelocyPack support
  • added multi document operations (insert, delete, update, replace)

New release for ArangoDB 3.1

17 Oct 13:58

Choose a tag to compare

  • removed Methods with collectionId (long) from ArangoDriver (Id is only for internal usage)
  • changed Revision from long to String
  • removed Methods with documentId (long) from ArangoDriver
  • added profile flag to AqlQueryOptions (issue #47)

Bugfix-Release

17 Oct 13:57

Choose a tag to compare

  • fixed edges deserializer (issue #50)

Bugfix-Release

12 Sep 13:30

Choose a tag to compare

  • added error handling in getBatchResponseByRequestId()
  • added function createPersistentIndex() (issue #48)
  • added deserializer for BaseDocument (issue #50)

Bugfix-Release

05 Aug 08:45

Choose a tag to compare

  • added profile flag to AqlQueryOptions (issue #47)
  • added getExtra() to DocumentCursor<> (issue #47)
  • added IndexType.PERSISTENT (issue #48)

New release for ArangoDB 3.0

17 Jun 12:07

Choose a tag to compare

  • 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

Bugfix-Release

15 Apr 11:09

Choose a tag to compare

  • fixed issue #35 (added missing updateDocumentRaw(...) and replaceDocumentRaw(...))

Bugfix-Release

25 Mar 10:14

Choose a tag to compare

  • batch driver performance fix
  • fixed issue #33 (typo in ArangoDriver.executeAqlQueryWithDocumentCursorResutl method)

New Version

22 Jan 09:02

Choose a tag to compare

  • added executeAqlQueryRaw(...). Example src/test/java/com/arangodb/example/document/RawDocumentExample.java