Skip to content

Commit 67ac384

Browse files
author
Mark
committed
prepare release 4.1.10
1 parent 4782d55 commit 67ac384

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ChangeLog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
v4.1.10 (2017-02-xx)
1+
v4.1.10 (2017-02-22)
22
---------------------------
33
* changed velocystream message sending to async
44
* changed return value of getVertex/getEdge to null if not exists
55
* added support for multiple hosts as fallbacks
66
* added support serializing collections with null elements
77
* added support serializing non-generic classes that extend collections
88
* added support serializing/deserializing byte and Byte
9-
* fixed serialization of additionalFields for objects and maps
109
* added default value "root" for user
10+
* fixed serialization of additionalFields for objects and maps
11+
* fixed VPack parsing (arrays of specific length)
1112

1213
v4.1.9 (2017-02-10)
1314
---------------------------

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.1.10-SNAPSHOT</version>
7+
<version>4.1.10</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)