Skip to content

Commit aeb8c5e

Browse files
committed
v6.12.2
1 parent aff8bdf commit aeb8c5e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
1015
This will be fixed in ArangoDB 3.8.1 and will have a different API.
1116
Any usage of the current Java driver API related to it is therefore discouraged.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
arangodb.hosts=172.28.3.1:8529
2-
arangodb.connections.max=1
2+
arangodb.connections.max=20
33
arangodb.acquireHostList=true
44
arangodb.password=test
55
arangodb.timeout=30000

0 commit comments

Comments
 (0)