Skip to content

Commit f55e2b1

Browse files
committed
v6.25.0
1 parent efc14e6 commit f55e2b1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [6.25.0] - 2023-05-26
10+
11+
- addeded `peakMemoryUsage` attribute to running and slow queries (ArangoDB 3.11, #508)
12+
- added support for retriable batch results (ArangoDB 3.11, #506)
13+
- added support for ArangoSearch WAND optimization (ArangoDB 3.11, #504)
14+
915
## [6.24.0] - 2023-05-16
1016

1117
- cloneable AqlQueryOptions (#509)

pom.xml

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

src/test/java/com/arangodb/UserAgentTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class UserAgentTest extends BaseJunit5 {
1313

14-
private static final String EXPECTED_VERSION = "6.24.0";
14+
private static final String EXPECTED_VERSION = "6.25.0";
1515

1616
@Test
1717
void packageVersion() {

0 commit comments

Comments
 (0)