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 b52d757 commit dd706c5Copy full SHA for dd706c5
ChangeLog.md
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [6.14.0] - 2021-10-01
10
+
11
+- fixed issues with non-English locales (#407)
12
+- implemented support for `GET /_admin/server/id`
13
+- fixed `acquireHostListInterval` javadoc, interval in milliseconds
14
+- fixed NPE in `CursorEntity.extra` and `CursorEntity.Extras.stats`
15
16
## [6.13.0] - 2021-08-25
17
18
- added support for `fillBlockCache` in AQL query options (ArangoDB v3.8.1)
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
- <version>6.13.0</version>
+ <version>6.14.0</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>
0 commit comments