Skip to content

Commit 87e37e5

Browse files
committed
v6.11.0
1 parent 0ff68fa commit 87e37e5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

ChangeLog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [6.11.0] - 2021-04-16
10+
911
- added support for getting db log entries via `GET /_admin/log/entries` (ArangoDB v3.8)
1012
- added support for index estimates (ArangoDB v3.8)
11-
- added support for ArangoSearch `AQL`, `Pipeline`, `Stopwords`, `GeoJSON`, `GeoPoint` analyzers
12-
- fixed active failover behavior for the asynchronous driver
13-
- deprecated `ArangoIterable` methods in favour of Java 8 Stream equivalents
13+
- added support for ArangoSearch `AQL`, `Pipeline`, `Stopwords`, `GeoJSON`, `GeoPoint` analyzers (ArangoDB v3.8)
14+
- fixed active failover behavior for the asynchronous driver (#381)
15+
- deprecated `ArangoIterable` methods in favour of Java 8 Stream equivalents (#382)
1416

1517
## [6.10.0] - 2021-03-27
1618

pom.xml

Lines changed: 3 additions & 3 deletions
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.10.0</version>
8+
<version>6.11.0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

@@ -226,7 +226,7 @@
226226
<dependency>
227227
<groupId>com.arangodb</groupId>
228228
<artifactId>jackson-dataformat-velocypack</artifactId>
229-
<version>1.0.0</version>
229+
<version>2.0.0</version>
230230
</dependency>
231231
<dependency>
232232
<groupId>org.apache.httpcomponents</groupId>
@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>org.apache.httpcomponents</groupId>
238238
<artifactId>httpcore</artifactId>
239-
<version>4.4.13</version>
239+
<version>4.4.14</version>
240240
</dependency>
241241
<dependency>
242242
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)