We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e61624 commit 4c76631Copy full SHA for 4c76631
ChangeLog.md
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
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
16
## [6.6.1] - 2020-03-18
17
18
- GraalVM Native Image support
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
- <version>6.6.1</version>
+ <version>6.7.0_PREVIEW_3.7.0-alpha.2_0</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>
0 commit comments