Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
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)
Version 6.8.0
- added configurable VST keep-alive
Version 6.7.5
- allow customizing httpRequestRetryHandler
Version 6.7.4
- fixed path escaping in
ArangoDatabase.route()
- added ssl hostname verifier to ArangoDB builder
Version 6.7.3
- added
users
field toDBCreateOptions
- velocypack v2.4.1