File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,17 @@ 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 ` DbName ` class to represent database names in public API parameters, to ease unicode names normalization (#405 )
9
+ ## [ 6.16.0] - 2022-01-27
10
+
11
+ - deprecated hash and skiplist indexes (#424 )
12
+ - fixed active failover concurrency bug (#423 )
13
+ - added support for overload metrics (ArangoDB 3.9, #419 )
14
+ - added support for Segmentation and Collation ArangoSearch analyzers (ArangoDB 3.9, #418 )
15
+ - added support for ZKD indexes (ArangoDB 3.9, #417 )
16
+ - added ` all ` log topic (ArangoDB 3.9, #416 )
17
+ - added support for Hybrid SmartGraphs (ArangoDB 3.9, #415 )
18
+ - added support for database unicode names, added ` DbName ` class to represent database names in public API parameters to
19
+ ease unicode names normalization (ArangoDB 3.9, #405 )
10
20
11
21
## [ 6.15.0] - 2021-12-29
12
22
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.15 .0</version >
8
+ <version >v6.16 .0</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