Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
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
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()