Skip to content

Commit 5b1b193

Browse files
author
mpv1989
committed
prepare release 4.2.0
1 parent 9cca4ff commit 5b1b193

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
v4.2.0 (2017-xx-xx)
1+
v4.2.0 (2017-06-14)
22
---------------------------
33
* added ArangoDBVersion.getLicense()
44
* added ArangoDB.getRole()
5+
* added ArangoDBException.getException()
6+
* updated velocypack-module-jdk8
7+
* added support for deserializing null values into Optional.empty()
8+
* added support for deserializing null values into OptionalDouble.empty()
9+
* added support for deserializing null values into OptionalInt.empty()
10+
* added support for deserializing null values into OptionalLong.empty()
511

612
v4.1.12 (2017-04-21)
713
---------------------------

pom.xml

Lines changed: 2 additions & 2 deletions
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.0-SNAPSHOT</version>
7+
<version>4.2.0</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

@@ -26,7 +26,7 @@
2626
<hamcrest-all.version>1.3</hamcrest-all.version>
2727
<junit.version>4.12</junit.version>
2828
<arangodb-java-driver.version>${project.version}</arangodb-java-driver.version>
29-
<arangodb.velocypack.module.jdk8.version>1.0.1</arangodb.velocypack.module.jdk8.version>
29+
<arangodb.velocypack.module.jdk8.version>1.0.2</arangodb.velocypack.module.jdk8.version>
3030
</properties>
3131

3232
<developers>

0 commit comments

Comments
 (0)