Skip to content

Commit 044af33

Browse files
committed
updated changelog
1 parent ee5710f commit 044af33

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

ChangeLog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

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+
925
## [6.18.0] - 2022-06-07
1026

1127
- deprecated usage of deprecated server API (#440)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.arangodb</groupId>
77
<artifactId>arangodb-java-driver</artifactId>
8-
<version>6.18.0</version>
8+
<version>6.19.0-SNAPSHOT</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)