Skip to content

Commit 8bb4bed

Browse files
author
mpv1989
committed
prepare release 4.1.11
1 parent 5955180 commit 8bb4bed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ChangeLog

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
v4.1.11 (2017-03-xx)
1+
v4.1.11 (2017-03-24)
22
---------------------------
3+
* fixed exception handling in Connection (issue #110)
4+
* fixed NPE in ArangoCursor (issue #112)
5+
* extracted VelocyPack implementation to https://github.com/arangodb/java-velocypack
36
* added convenience methods (ArangoDatabase.arango(), ArangoCollection.db(), ArangoGraph.db())
47
* added convenience methods (ArangoCollection.getIndex(String), .deleteIndex(key))
5-
* fixed exception handling in Connection (issue #110)
68
* added connection pooling (issue #103)
7-
* extracted VelocyPack implementation to https://github.com/arangodb/java-velocypack
89
* added extension point for VelocyPack serialization (ArangoDB.registerModule())
9-
* fixed NPE in ArangoCursor (issue #112)
1010
* added support for replacing build-in VelocyPack serializer/deserializer
1111
* added ArangoDatabase.getVersion(), ArangoDatabase.getAccessibleDatabases()
1212

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-java-driver</artifactId>
7-
<version>4.1.11-SNAPSHOT</version>
7+
<version>4.1.11</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)