File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +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
+ ## [ 6.12.2] - 2021-06-17
10
+
11
+ - added missing enum value ` QueryExecutionState.KILLED ` (#391 )
12
+ - fixed ` acquireHostList ` to loadBalancer or hostname alias (#385 )
13
+
9
14
** WARNING** : The implementation of Stopwords analyzer is not final in ArangoDB 3.8.0, so using it might result in unpredictable behavior.
10
15
This will be fixed in ArangoDB 3.8.1 and will have a different API.
11
16
Any usage of the current Java driver API related to it is therefore discouraged.
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.12.1 </version >
8
+ <version >6.12.2 </version >
9
9
<inceptionYear >2016</inceptionYear >
10
10
<packaging >jar</packaging >
11
11
Original file line number Diff line number Diff line change 1
1
arangodb.hosts =172.28.3.1:8529
2
- arangodb.connections.max =1
2
+ arangodb.connections.max =20
3
3
arangodb.acquireHostList =true
4
4
arangodb.password =test
5
5
arangodb.timeout =30000
You can’t perform that action at this time.
0 commit comments