Skip to content

Commit

Permalink
v6.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Jan 27, 2022
1 parent 59775a9 commit ec73631
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

- added `DbName` class to represent database names in public API parameters, to ease unicode names normalization (#405)
## [6.16.0] - 2022-01-27

- 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 `all` log topic (ArangoDB 3.9, #416)
- added support for Hybrid SmartGraphs (ArangoDB 3.9, #415)
- added support for database unicode names, added `DbName` class to represent database names in public API parameters to
ease unicode names normalization (ArangoDB 3.9, #405)

## [6.15.0] - 2021-12-29

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
<version>6.15.0</version>
<version>v6.16.0</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>

Expand Down

0 comments on commit ec73631

Please sign in to comment.