Skip to content

Releases: arangodb/arangodb-java-driver

4.1.6

18 Jan 09:32
Compare
Choose a tag to compare
  • added serializer support for enclosing types

4.1.5

12 Jan 09:25
Compare
Choose a tag to compare
  • 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

19 Dec 07:57
Compare
Choose a tag to compare
  • added VPack serializer/de-serializer for java.util.UUID
  • fixed VPack parsing (issue #65, #80, #82)

Bugfix-Release

25 Nov 10:12
Compare
Choose a tag to compare
  • 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

22 Nov 16:37
Compare
Choose a tag to compare
  • fixed error while serializing long values with VPackBuilder
  • added bulk import API

Bugfix-Release

10 Nov 15:16
Compare
Choose a tag to compare
  • 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

09 Nov 08:53
Compare
Choose a tag to compare
  • 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

09 Nov 12:57
Compare
Choose a tag to compare
  • fixed replicationFactor for createCollection()

Bugfix-Release

09 Nov 08:52
Compare
Choose a tag to compare
  • added better toString representation of ArangoHost
  • added missing replicationFactor in CollectionOptions

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)