Skip to content

Commit 4c76631

Browse files
committed
v6.7.0_PREVIEW_3.7.0-alpha.2_0
1 parent 8e61624 commit 4c76631

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
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.7.0_PREVIEW_3.7.0-alpha.2_0] - 2020-03-24
10+
11+
- added `overwriteMode` parameter to support insert-update (ArangoDB v3.7)
12+
- satellite graphs support (ArangoDB v3.7)
13+
- schema validation (ArangoDB v3.7)
14+
- added peakMemoryUsage to AQL stats
15+
916
## [6.6.1] - 2020-03-18
1017

1118
- GraalVM Native Image support

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.6.1</version>
8+
<version>6.7.0_PREVIEW_3.7.0-alpha.2_0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)