File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ - added support for ` search-alias ` views (ArangoDB 3.10 #461 )
10
+ - added support for nested search (ArangoDB 3.10, #460 )
11
+ - added support for ` classification ` , ` nearest_neighbors ` and ` minhash ` search analyzers (ArangoDB 3.10, #458 )
12
+ - added support for inverted indexes (ArangoDB 3.10, #457 )
13
+ - added support for cluster dirty reads (ArangoDB 3.10, #455 )
14
+ - added support for index stored values (ArangoDB 3.10)
15
+ - added support for geo index legacy polygons (ArangoDB 3.10)
16
+ - added support for getting query optimizer rules (ArangoDB 3.10)
17
+ - added support for enhanced cursor stats (ArangoDB 3.10)
18
+ - added support for computed values (ArangoDB 3.10)
19
+ - added support for index cache (ArangoDB 3.10)
20
+ - deprecated fulltext indexes (ArangoDB 3.10, #454 )
21
+ - fixed ` ConsolidationPolicy ` API
22
+ - deprecated MMFiles collection attributes (#442 )
23
+ - documented thead safe classes (#445 )
24
+
9
25
## [ 6.18.0] - 2022-06-07
10
26
11
27
- deprecated usage of deprecated server API (#440 )
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.arangodb</groupId >
7
7
<artifactId >arangodb-java-driver</artifactId >
8
- <version >6.18.0 </version >
8
+ <version >6.19.0-SNAPSHOT </version >
9
9
<inceptionYear >2016</inceptionYear >
10
10
<packaging >jar</packaging >
11
11
You can’t perform that action at this time.
0 commit comments