File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
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+
914** WARNING** : The implementation of Stopwords analyzer is not final in ArangoDB 3.8.0, so using it might result in unpredictable behavior.
1015This will be fixed in ArangoDB 3.8.1 and will have a different API.
1116Any usage of the current Java driver API related to it is therefore discouraged.
Original file line number Diff line number Diff line change 55
66 <groupId >com.arangodb</groupId >
77 <artifactId >arangodb-java-driver</artifactId >
8- <version >6.12.1 </version >
8+ <version >6.12.2 </version >
99 <inceptionYear >2016</inceptionYear >
1010 <packaging >jar</packaging >
1111
Original file line number Diff line number Diff line change 11arangodb.hosts =172.28.3.1:8529
2- arangodb.connections.max =1
2+ arangodb.connections.max =20
33arangodb.acquireHostList =true
44arangodb.password =test
55arangodb.timeout =30000
You can’t perform that action at this time.
0 commit comments