Releases: arangodb/arangodb-java-driver
Releases · arangodb/arangodb-java-driver
Version 6.19.0
- added support for
search-aliasviews (ArangoDB 3.10 #461) - added support for nested search (ArangoDB 3.10, #460)
- added support for
classification,nearest_neighborsandminhashsearch analyzers (ArangoDB 3.10, #458) - added support for inverted indexes (ArangoDB 3.10, #457)
- added support for cluster dirty reads (ArangoDB 3.10, #455)
- added support for index stored values (ArangoDB 3.10)
- added support for geo index legacy polygons (ArangoDB 3.10)
- added support for getting query optimizer rules (ArangoDB 3.10)
- added support for enhanced cursor stats (ArangoDB 3.10)
- added support for computed values (ArangoDB 3.10)
- added support for index cache (ArangoDB 3.10)
- deprecated fulltext indexes (ArangoDB 3.10, #454)
- fixed
ConsolidationPolicyAPI - deprecated MMFiles collection attributes (#442)
- deprecated for removal
ArangoCursorInitializerandGraphDocumentReadOptions#isCatchException() - documented thead safe classes (#445)
Version 6.18.0
Version 6.17.0
Version 6.16.1
Version 6.16.0
- deprecated hash and skiplist indexes (#424)
- fixed active failover concurrency bug (#423)
- added support for overload metrics (ArangoDB 3.9, #419)
- added support for Segmentation and Collation ArangoSearch analyzers (ArangoDB 3.9, #418)
- added support for ZKD indexes (ArangoDB 3.9, #417)
- added
alllog topic (ArangoDB 3.9, #416) - added support for Hybrid SmartGraphs (ArangoDB 3.9, #415)
- added support for database unicode names, added
DbNameclass to represent database names in public API parameters to ease unicode names normalization (ArangoDB 3.9, #405)
Version 6.15.0
Version 6.14.0
- fixed issues with non-English locales (#407)
- implemented support for
GET /_admin/server/id - fixed
acquireHostListIntervaljavadoc, interval in milliseconds - fixed NPE in
CursorEntity.extraandCursorEntity.Extras.stats
Version 6.13.0
- added support for
fillBlockCachein 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
- fixed host handler failures count (#DEVSUP-805, #398)
Version 6.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.