File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 6.7.0] - 2020-07-01
10
+
11
+ - added support of schema validation (ArangoDB v3.7)
12
+ - added support of ` overwriteMode ` on document creation, to allow ` insert-ignore ` , ` insert-replace ` and ` insert-update ` (ArangoDB v3.7)
13
+ - added support of ` mergeObjects ` for insert document with ` overwriteMode: update ` (ArangoDB v3.7)
14
+ - added support of ` storedValues ` in ` ArangoSearchProperties ` (ArangoDB v3.7)
15
+ - added support of ` primarySortCompression ` in ` ArangoSearchProperties ` (ArangoDB v3.7)
16
+ - added support of ` DisjointSmartGraphs ` and ` SatelliteGraphs ` (ArangoDB v3.7)
17
+ - added support of ` SatelliteGraphs ` support (ArangoDB v3.7)
18
+ - allow specifying return type on document update
19
+ - added ` peakMemoryUsage ` to aql statistics
20
+
9
21
## [ 6.7.0_PREVIEW_3.7.1-alpha.1] - 2020-05-22
10
22
11
23
- added support of ` DisjointSmartGraphs ` and ` SatelliteGraphs ` (ArangoDB v3.7)
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.arangodb</groupId >
7
7
<artifactId >arangodb-java-driver</artifactId >
8
- <version >6.7.0_PREVIEW_3.7.1-alpha.1 </version >
8
+ <version >6.7.0 </version >
9
9
<inceptionYear >2016</inceptionYear >
10
10
<packaging >jar</packaging >
11
11
You can’t perform that action at this time.
0 commit comments