Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
Bugfix-Release
Bugfix-Release
- fixed issue #43 (ArangoDriver.getAqlFunctions(String) does not uses the defaultDatabase setting)
- 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)
- fixed importing BaseDocuments
- fixed edges deserializer (issue #50)
Bugfix-Release
- fixed error while serializing long values with VPackBuilder
- added bulk import API
Bugfix-Release
- fixed GraphEntity for ArangoDatabase.getGraphs() (field name is null)
- added VelocyPack UTC_DATE parsing to Json String (ISO 8601)
- added configuration methods for VPackParser in ArangoDB.Builder
- added VPackJsonSerializer for VPackParser
Bugfix-Release
- changed json parsing of VelocyPack types not known in json
- fixed VelocyPack bug with non-ASCII characters
- added missing replicationFactor in CollectionCreateOptions
- added missing replicationFactor in CollectionPropertiesEntity
- added option serializeNull in DocumentUpdateOptions
Bugfix-Release
- fixed replicationFactor for createCollection()
Bugfix-Release
- added better toString representation of ArangoHost
- added missing replicationFactor in CollectionOptions
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