Skip to content

Releases: arangodb/arangodb-java-driver

Version 6.9.0

04 Feb 20:18
Compare
Choose a tag to compare
  • added com.arangodb.mapping.ArangoJack to replace com.arangodb.jackson.dataformat.velocypack.VelocyJack (from
    com.arangodb:jackson-dataformat-velocypack)

  • fixed removing removed coordinators from the hostlist (#347)

Version 6.8.2

25 Jan 19:54
Compare
Choose a tag to compare
  • fixed closing connection on failed authentication (#ES-772)

Version 6.8.1

22 Dec 15:17
Compare
Choose a tag to compare
  • fixed ignoring internal endpoints in acquireHostList (#DEVSUP-673)

Version 6.8.0

10 Dec 11:33
Compare
Choose a tag to compare
  • added configurable VST keep-alive

Version 6.7.5

22 Sep 12:14
Compare
Choose a tag to compare
  • allow customizing httpRequestRetryHandler

Version 6.7.4

03 Sep 14:45
Compare
Choose a tag to compare
  • fixed path escaping in ArangoDatabase.route()
  • added ssl hostname verifier to ArangoDB builder

Version 6.7.3

14 Aug 11:18
Compare
Choose a tag to compare
  • added users field to DBCreateOptions
  • velocypack v2.4.1

Version 6.7.2

29 Jul 12:25
Compare
Choose a tag to compare
  • velocypack v2.4.0

Version 6.7.1

07 Jul 13:32
Compare
Choose a tag to compare
  • fixed VST communication adding accept and content-type headers to every message
  • fixed missing classes in GraalVM native image reflection configuration

Version 6.7.0

01 Jul 08:49
Compare
Choose a tag to compare
  • added support of schema validation (ArangoDB v3.7)
  • added support of overwriteMode on document creation, to allow insert-ignore, insert-replace and insert-update (ArangoDB v3.7)
  • added support of mergeObjects for insert document with overwriteMode: update (ArangoDB v3.7)
  • added support of storedValues in ArangoSearchProperties (ArangoDB v3.7)
  • added support of primarySortCompression in ArangoSearchProperties (ArangoDB v3.7)
  • added support of DisjointSmartGraphs and SatelliteGraphs (ArangoDB v3.7)
  • added support of SatelliteGraphs support (ArangoDB v3.7)
  • allow specifying return type on document update
  • added peakMemoryUsage to aql statistics