File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 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 )
22---------------------------
3+ * fixed exception handling in Connection
4+ * extracted VelocyPack implementation to https://github.com/arangodb/java-velocypack
35* added convenience methods (ArangoDatabase.arango(), ArangoCollection.db(), ArangoGraph.db())
46* added convenience methods (ArangoCollection.getIndex(String), .deleteIndex(key))
5- * fixed exception handling in Connection (issue #110)
6- * added connection pooling (issue #103)
7- * extracted VelocyPack implementation to https://github.com/arangodb/java-velocypack
7+ * added connection pooling
88* added extension point for VelocyPack serialization (ArangoDBAsync.registerModule())
99* added dependency java-velocypack-module-jdk8
1010* added support for replacing build-in VelocyPack serializer/deserializer
Original file line number Diff line number Diff line change 44
55 <groupId >com.arangodb</groupId >
66 <artifactId >arangodb-java-driver-async</artifactId >
7- <version >4.1.11-SNAPSHOT </version >
7+ <version >4.1.11</version >
88 <inceptionYear >2016</inceptionYear >
99 <packaging >jar</packaging >
1010
You can’t perform that action at this time.
0 commit comments