We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aa1fe commit b5704cfCopy full SHA for b5704cf
ChangeLog
@@ -2,6 +2,7 @@ v4.1.12 (2017-04-xx)
2
---------------------------
3
* added ArangoDatabase.cursor() (issue #116)
4
* optimized ArangoDB.Builder for better multi thread support
5
+* fixed VPackSlice float/double bug
6
7
v4.1.11 (2017-03-24)
8
pom.xml
@@ -27,7 +27,7 @@
27
<logback-classic.version>1.1.3</logback-classic.version>
28
<hamcrest-all.version>1.3</hamcrest-all.version>
29
<junit.version>4.12</junit.version>
30
- <arangodb.velocypack.version>1.0.4</arangodb.velocypack.version>
+ <arangodb.velocypack.version>1.0.5-SNAPSHOT</arangodb.velocypack.version>
31
</properties>
32
33
<developers>
0 commit comments