Skip to content

Commit 156793a

Browse files
author
Mark
committed
prepare release 4.1.1
1 parent ac64e30 commit 156793a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v4.1.1 (2016-11-09)
2+
---------------------------
3+
* changed json parsing of VelocyPack types not known in json
4+
* fixed VelocyPack bug with non-ASCII characters
5+
* added missing replicationFactor in CollectionCreateOptions
6+
* added missing replicationFactor in CollectionPropertiesEntity
7+
* added option serializeNull in DocumentUpdateOptions
8+
19
v4.1.0 (2016-10-28)
210
---------------------------
311
* changed VelocyStream communication (send protocol header)

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.1-SNAPSHOT</version>
7+
<version>4.1.1</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.0</version>
214+
<version>4.1.1</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)