Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
Version 6.12.2
- 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
- fixed request timeout in async driver (#ES-837)
Version 6.12.0
- added support for modifying collection schema
Version 6.11.1
- velocypack v2.5.3
Version 6.11.0
- 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
- closing VST connection after 3 consecutive keepAlive failures (#ES-837)
Version 6.9.1
- fixed
acquireHostList
in asynchronous driver (#377) - fixed exception swallowing in
ArangoDatabaseAsync#exists
- fixed performance issue when consuming big AQL cursor batches in stream mode (arangodb/arangodb#13476)
Version 6.9.0
-
added
com.arangodb.mapping.ArangoJack
to replacecom.arangodb.jackson.dataformat.velocypack.VelocyJack
(from
com.arangodb:jackson-dataformat-velocypack
) -
fixed removing removed coordinators from the hostlist (#347)
Version 6.8.2
- fixed closing connection on failed authentication (#ES-772)
Version 6.8.1
- fixed ignoring internal endpoints in
acquireHostList
(#DEVSUP-673)