Skip to content

Commit dd706c5

Browse files
committed
v6.14.0
1 parent b52d757 commit dd706c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

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+
916
## [6.13.0] - 2021-08-25
1017

1118
- added support for `fillBlockCache` in AQL query options (ArangoDB v3.8.1)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.arangodb</groupId>
77
<artifactId>arangodb-java-driver</artifactId>
8-
<version>6.13.0</version>
8+
<version>6.14.0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)