Skip to content

Commit 4f408ad

Browse files
author
Mark
committed
prepare release
1 parent 2935ab0 commit 4f408ad

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: ChangeLog

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
v4.0.0 (2016-XX-XX)
1+
v4.0.0 (2016-10-17)
22
---------------------------
3-
* replaced API with new (inspired by arango shell)
3+
* replaced API
44
* replaced protocol http with VelocyStream
55
* added VelocyPack support
66
* added multi document operations (insert, delete, update, replace)
7-
* changed required Java version from 1.6 to 1.8
87

9-
v3.1.0 (2016-XX-XX)
8+
v3.1.0 (2016-10-17)
109
---------------------------
1110
* removed Methods with collectionId (long) from ArangoDriver (Id is only for internal usage)
1211
* changed Revision from long to String
1312
* removed Methods with documentId (long) from ArangoDriver
1413
* added profile flag to AqlQueryOptions (issue #47)
1514

16-
v3.0.4 (2016-XX-XX)
15+
v3.0.4 (2016-10-17)
1716
---------------------------
1817
* fixed edges deserializer (issue #50)
1918

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-java-driver</artifactId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)