GitHub / arangodb / arangodb-java-driver
The official ArangoDB Java driver.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arangodb%2Farangodb-java-driver
PURL: pkg:github/arangodb/arangodb-java-driver
Stars: 206
Forks: 94
Open issues: 12
License: apache-2.0
Language: Java
Size: 30.1 MB
Dependencies parsed at: Pending
Created at: about 11 years ago
Updated at: 19 days ago
Pushed at: 19 days ago
Last synced at: 19 days ago
Topics: arangodb, database, driver, java, nosql, vpack
Version 6.12.2
v6.12.2
- added missing enum value
QueryExecutionState.KILLED(#391) - fixed
acquireHostListto 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.
Download
Download
Download
Download
Version 6.11.0
v6.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,GeoPointanalyzers (ArangoDB v3.8) - fixed active failover behavior for the asynchronous driver (#381)
- deprecated
ArangoIterablemethods in favour of Java 8 Stream equivalents (#382)
Download
Download
Version 6.9.1
v6.9.1
- fixed
acquireHostListin asynchronous driver (#377) - fixed exception swallowing in
ArangoDatabaseAsync#exists - fixed performance issue when consuming big AQL cursor batches in stream mode (arangodb/arangodb#13476)
Download
Version 6.9.0
v6.9.0
-
added
com.arangodb.mapping.ArangoJackto replacecom.arangodb.jackson.dataformat.velocypack.VelocyJack(from
com.arangodb:jackson-dataformat-velocypack) -
fixed removing removed coordinators from the hostlist (#347)
Download
Download
Download