File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
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 )
10
14
11
15
## [ 6.9.0] - 2021-02-04
12
16
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.9.0 </version >
8
+ <version >6.9.1 </version >
9
9
<inceptionYear >2016</inceptionYear >
10
10
<packaging >jar</packaging >
11
11
251
251
<dependency >
252
252
<groupId >com.arangodb</groupId >
253
253
<artifactId >velocypack</artifactId >
254
- <version >2.5.1 </version >
254
+ <version >2.5.2 </version >
255
255
</dependency >
256
256
<dependency >
257
257
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments