Skip to content

Commit 3493e32

Browse files
author
mpv1989
committed
prepare release 4.2.2
1 parent 0f9877f commit 3493e32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v4.2.2 (xxxx-xx-xx)
1+
v4.2.2 (2017-07-20)
22
---------------------------
33
* added ArangoDatabaseAsync.grantAccess(String, Permissions)
44
* added ArangoCollectionAsync.grantAccess(String, Permissions)
@@ -9,6 +9,7 @@ v4.2.2 (xxxx-xx-xx)
99
* added ArangoDatabaseAsync.updateUserDefaultCollectionAccess(String, Permissions)
1010
* added ArangoCollectionAsync.getDocuments(Collection<String>, Class)
1111
* added connection/handshake retry on same host
12+
* added deduplicate field for hash/skiplist index
1213

1314
v4.2.1 (2017-06-20)
1415
---------------------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

0 commit comments

Comments
 (0)