Skip to content

Commit ed35965

Browse files
committed
v6.18.0
1 parent 9f95607 commit ed35965

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: ChangeLog.md

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

77
## [Unreleased]
88

9+
## [6.18.0] - 2022-06-07
10+
11+
- deprecated usage of deprecated server API (#440)
12+
- introduced new field entity annotations: `@Id`, `@Key`, `@Rev`, `@From`, `@To` (#439)
13+
- deprecated VPack serialization in favor of Jackson API
14+
- added `deduplicate` option in `PersistentIndex` (#437)
15+
916
## [6.17.0] - 2022-05-17
1017

1118
- updated dependencies

Diff for: 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.17.0</version>
8+
<version>6.18.0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)