Skip to content

Releases: arangodb/arangodb-java-driver-async

4.1.9

10 Feb 12:35
Compare
Choose a tag to compare
  • added missing IndexType.edge
  • fixed URI encoding

4.1.8

03 Feb 14:23
Compare
Choose a tag to compare
  • 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)
  • changed java.java.time.Instant serialization from VPack.date to VPack.string (ISO 8601)
  • changed java.java.time.LocalDate serialization from VPack.date to VPack.string (ISO 8601)
  • changed java.java.time.LocalDateTime 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

26 Jan 10:41
Compare
Choose a tag to compare
  • fixed importDocuments, insertDocuments to work with raw Jsons (issue #91)

4.1.6

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

4.1.5

12 Jan 12:58
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

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:17
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 ArangoDBAsync.Builder
  • added VPackJsonSerializer for VPackParser

Bugfix-Release

09 Nov 09:14
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

New release for ArangoDB 3.1

09 Nov 09:14
Compare
Choose a tag to compare

Features:

  • VelocyStream protocol
  • VelocyPack support
  • multi document operations (insert, delete, update, replace)