Skip to content

Commit ec73631

Browse files
committed
v6.16.0
1 parent 59775a9 commit ec73631

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

ChangeLog.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

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)
1020

1121
## [6.15.0] - 2021-12-29
1222

pom.xml

+1-1
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.15.0</version>
8+
<version>v6.16.0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)