Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
New release for ArangoDB 3.1
- replaced API
- replaced protocol http with VelocyStream
- added VelocyPack support
- added multi document operations (insert, delete, update, replace)
Bugfix-Release
- fixed importing BaseDocuments
Bugfix-Release
- fixed importing BaseDocuments
Bugfix-Release
- 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
- 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)
- replaced API
- replaced protocol http with VelocyStream
- added VelocyPack support
- added multi document operations (insert, delete, update, replace)
New release for ArangoDB 3.1
- 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
- fixed edges deserializer (issue #50)