Skip to content

Commit

Permalink
prepare release 4.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Feb 22, 2017
1 parent 4782d55 commit 67ac384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
v4.1.10 (2017-02-xx)
v4.1.10 (2017-02-22)
---------------------------
* changed velocystream message sending to async
* changed return value of getVertex/getEdge to null if not exists
* added support for multiple hosts as fallbacks
* added support serializing collections with null elements
* added support serializing non-generic classes that extend collections
* added support serializing/deserializing byte and Byte
* fixed serialization of additionalFields for objects and maps
* added default value "root" for user
* fixed serialization of additionalFields for objects and maps
* fixed VPack parsing (arrays of specific length)

v4.1.9 (2017-02-10)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver-async</artifactId>
<version>4.1.10-SNAPSHOT</version>
<version>4.1.10</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>

Expand Down

0 comments on commit 67ac384

Please sign in to comment.