Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
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
Version 6.7.2
- velocypack v2.4.0
Version 6.7.1
- fixed VST communication adding
accept
andcontent-type
headers to every message - fixed missing classes in GraalVM native image reflection configuration