File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
612v4.1.12 (2017-04-21)
713---------------------------
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments