Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
4.1.10
- changed velocystream message sending to async
- changed return value of getVertex/getEdge to null if not exists
- added support for multiple hosts as fallbacks
- added support serializing collections with null elements
- added support serializing non-generic classes that extend collections
- added support serializing/deserializing byte and Byte
- added default value "root" for user
- fixed serialization of additionalFields for objects and maps
- fixed VPack parsing (arrays of specific length)
4.1.9
4.1.8
- changed java.util.Date serialization from VPack.date to VPack.string (ISO 8601)
- changed java.sql.Date serialization from VPack.date to VPack.string (ISO 8601)
- changed java.sql.Timestamp serialization from VPack.date to VPack.string (ISO 8601)
- added byte[] de-/serialization from/to VPack.string (Base64)
- added ArangoCollection.drop(isSystem)
- improved ArangoDBException with responseCode, errorNum, errorMessage
- changed ArangoCollection.deleteDocuments() to work with keys and documents
- fixed URL encoding bug (#97)
- fixed update/replaceDocumets with Json (#98)
4.1.7
4.1.6
4.1.5
- fixed VPack String serialization (UTF-8 encoding)
- fixed VPack parsing of fields of type Object
- fixed VPack serializing of array with null values (issue #88)
- added configuration for custom annotations within VPack de-/serialization
- added support of transient modifier within VPack de-/serialization
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