Skip to content

Releases: arangodb/arangodb-java-driver

New release for ArangoDB 3.1

09 Nov 08:50
Compare
Choose a tag to compare
  • replaced API
  • replaced protocol http with VelocyStream
  • added VelocyPack support
  • added multi document operations (insert, delete, update, replace)

Bugfix-Release

09 Nov 08:52
Compare
Choose a tag to compare
  • fixed importing BaseDocuments

Bugfix-Release

09 Nov 08:51
Compare
Choose a tag to compare
  • fixed importing BaseDocuments

Bugfix-Release

09 Nov 08:51
Compare
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)

Bugfix-Release

09 Nov 08:50
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • fixed edges deserializer (issue #50)

Bugfix-Release

12 Sep 13:30
Compare
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
Compare
Choose a tag to compare
  • added profile flag to AqlQueryOptions (issue #47)
  • added getExtra() to DocumentCursor<> (issue #47)
  • added IndexType.PERSISTENT (issue #48)