Skip to content

Commit 8865ba1

Browse files
committed
v6.9.1
1 parent e48ace1 commit 8865ba1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9-
- fixed performance issue when consuming big cursor batches in stream mode (arangodb/arangodb#13476)
9+
## [6.9.1] - 2021-03-23
10+
11+
- fixed `acquireHostList` in asynchronous driver (#377)
12+
- fixed exception swallowing in `ArangoDatabaseAsync#exists`
13+
- fixed performance issue when consuming big AQL cursor batches in stream mode (arangodb/arangodb#13476)
1014

1115
## [6.9.0] - 2021-02-04
1216

pom.xml

+2-2
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.9.0</version>
8+
<version>6.9.1</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

@@ -251,7 +251,7 @@
251251
<dependency>
252252
<groupId>com.arangodb</groupId>
253253
<artifactId>velocypack</artifactId>
254-
<version>2.5.1</version>
254+
<version>2.5.2</version>
255255
</dependency>
256256
<dependency>
257257
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)