We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58b353 commit 0014707Copy full SHA for 0014707
ChangeLog
@@ -1,5 +1,6 @@
1
-v4.1.5 (2017-01-xx)
+v4.1.5 (2017-01-12)
2
---------------------------
3
+* fixed VPack String serialization (UTF-8 encoding)
4
* fixed VPack parsing of fields of type Object
5
* fixed VPack serializing of array with null values (issue #88)
6
* added configuration for custom annotations within VPack de-/serialization
pom.xml
@@ -4,7 +4,7 @@
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
7
- <version>4.1.5-SNAPSHOT</version>
+ <version>4.1.5</version>
8
<inceptionYear>2016</inceptionYear>
9
<packaging>jar</packaging>
10
0 commit comments