Skip to content

Releases: arangodb/arangodb-java-driver

Version 6.15.0

29 Dec 10:46
1585ee2
Compare
Choose a tag to compare
  • JWT authentication (#421)
  • fixed swallowing connection exceptions (#420)
  • fixed stopwords analyzer (#414)
  • set max retries for active failover redirects (#412)
  • fixed deserializing null value as String (#411)

Version 6.14.0

01 Oct 14:56
dd706c5
Compare
Choose a tag to compare
  • fixed issues with non-English locales (#407)
  • implemented support for GET /_admin/server/id
  • fixed acquireHostListInterval javadoc, interval in milliseconds
  • fixed NPE in CursorEntity.extra and CursorEntity.Extras.stats

Version 6.13.0

25 Aug 08:25
93f3aab
Compare
Choose a tag to compare
  • added support for fillBlockCache in AQL query options (ArangoDB v3.8.1)
  • fixed exceptions handling during shutdown (#400)
  • added native image configuration for HTTP communication
  • updated native image reflection configuration

Version 6.12.3

24 Jun 10:17
eafb05e
Compare
Choose a tag to compare
  • fixed host handler failures count (#DEVSUP-805, #398)

Version 6.12.2

17 Jun 08:54
aeb8c5e
Compare
Choose a tag to compare
  • added missing enum value QueryExecutionState.KILLED (#391)
  • fixed acquireHostList to loadBalancer or hostname alias (#385)

WARNING: The implementation of Stopwords analyzer is not final in ArangoDB 3.8.0, so using it might result in unpredictable behavior.
This will be fixed in ArangoDB 3.8.1 and will have a different API.
Any usage of the current Java driver API related to it is therefore discouraged.

Version 6.12.1

28 Apr 11:35
Compare
Choose a tag to compare
  • fixed request timeout in async driver (#ES-837)

Version 6.12.0

28 Apr 07:01
Compare
Choose a tag to compare
  • added support for modifying collection schema

Version 6.11.1

23 Apr 13:43
Compare
Choose a tag to compare
  • velocypack v2.5.3

Version 6.11.0

21 Apr 08:13
Compare
Choose a tag to compare
  • added support for getting db log entries via GET /_admin/log/entries (ArangoDB v3.8)
  • added support for index estimates (ArangoDB v3.8)
  • added support for ArangoSearch AQL, Pipeline, Stopwords, GeoJSON, GeoPoint analyzers (ArangoDB v3.8)
  • fixed active failover behavior for the asynchronous driver (#381)
  • deprecated ArangoIterable methods in favour of Java 8 Stream equivalents (#382)

Version 6.10.0

27 Mar 17:01
Compare
Choose a tag to compare
  • closing VST connection after 3 consecutive keepAlive failures (#ES-837)