File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- v4.1.11 (2017-03-xx )
1
+ v4.1.11 (2017-03-24 )
2
2
---------------------------
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
3
6
* added convenience methods (ArangoDatabase.arango(), ArangoCollection.db(), ArangoGraph.db())
4
7
* added convenience methods (ArangoCollection.getIndex(String), .deleteIndex(key))
5
- * fixed exception handling in Connection (issue #110)
6
8
* added connection pooling (issue #103)
7
- * extracted VelocyPack implementation to https://github.com/arangodb/java-velocypack
8
9
* added extension point for VelocyPack serialization (ArangoDB.registerModule())
9
- * fixed NPE in ArangoCursor (issue #112)
10
10
* added support for replacing build-in VelocyPack serializer/deserializer
11
11
* added ArangoDatabase.getVersion(), ArangoDatabase.getAccessibleDatabases()
12
12
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-java-driver</artifactId >
7
- <version >4.1.11-SNAPSHOT </version >
7
+ <version >4.1.11</version >
8
8
<inceptionYear >2016</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments