File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- v4.0.0 (2016-XX-XX )
1
+ v4.0.0 (2016-10-17 )
2
2
---------------------------
3
- * replaced API with new (inspired by arango shell)
3
+ * replaced API
4
4
* replaced protocol http with VelocyStream
5
5
* added VelocyPack support
6
6
* added multi document operations (insert, delete, update, replace)
7
- * changed required Java version from 1.6 to 1.8
8
7
9
- v3.1.0 (2016-XX-XX )
8
+ v3.1.0 (2016-10-17 )
10
9
---------------------------
11
10
* removed Methods with collectionId (long) from ArangoDriver (Id is only for internal usage)
12
11
* changed Revision from long to String
13
12
* removed Methods with documentId (long) from ArangoDriver
14
13
* added profile flag to AqlQueryOptions (issue #47)
15
14
16
- v3.0.4 (2016-XX-XX )
15
+ v3.0.4 (2016-10-17 )
17
16
---------------------------
18
17
* fixed edges deserializer (issue #50)
19
18
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-java-driver</artifactId >
7
- <version >4.0.0-SNAPSHOT </version >
7
+ <version >4.0.0</version >
8
8
<inceptionYear >2016</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments