File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
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
+
9
16
## [ 6.13.0] - 2021-08-25
10
17
11
18
- added support for ` fillBlockCache ` in AQL query options (ArangoDB v3.8.1)
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.arangodb</groupId >
7
7
<artifactId >arangodb-java-driver</artifactId >
8
- <version >6.13 .0</version >
8
+ <version >6.14 .0</version >
9
9
<inceptionYear >2016</inceptionYear >
10
10
<packaging >jar</packaging >
11
11
You can’t perform that action at this time.
0 commit comments