Skip to content

Commit 11b2352

Browse files
author
Mark
committed
prepare release 4.1.5
1 parent e873ccb commit 11b2352

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
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
7+
* added support of transient modifier within VPack de-/serialization
8+
9+
110
v4.1.4 (2016-12-19)
211
---------------------------
312
* added VPack serializer/de-serializer for java.util.UUID

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

@@ -211,7 +211,7 @@
211211
<dependency>
212212
<groupId>com.arangodb</groupId>
213213
<artifactId>arangodb-java-driver</artifactId>
214-
<version>4.1.4</version>
214+
<version>4.1.5</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)