File tree Expand file tree Collapse file tree 18 files changed +23
-17
lines changed
src/test/java/com/arangodb Expand file tree Collapse file tree 18 files changed +23
-17
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 7.10.0] - 2024-10-22
10
+
11
+ - udpated Jackson to version ` 2.18 ` (#581 , DE-877)
12
+ - added missing statistics to ` CursorStats ` (#580 , DE-876)
13
+ - fixed type of ` AqlExecutionExplainEntity.warnings ` (#579 , DE-886)
14
+
9
15
## [ 7.9.0] - 2024-09-20
10
16
11
17
- updated ` velocypack ` to version ` 3.1.0 `
Original file line number Diff line number Diff line change 8
8
<relativePath >../release-parent</relativePath >
9
9
<groupId >com.arangodb</groupId >
10
10
<artifactId >release-parent</artifactId >
11
- <version >7.9 .0</version >
11
+ <version >7.10 .0</version >
12
12
</parent >
13
13
14
14
<name >core</name >
Original file line number Diff line number Diff line change 8
8
<relativePath >../release-parent</relativePath >
9
9
<groupId >com.arangodb</groupId >
10
10
<artifactId >release-parent</artifactId >
11
- <version >7.9 .0</version >
11
+ <version >7.10 .0</version >
12
12
</parent >
13
13
14
14
<name >arangodb-java-driver</name >
Original file line number Diff line number Diff line change 8
8
<relativePath >../release-parent</relativePath >
9
9
<groupId >com.arangodb</groupId >
10
10
<artifactId >release-parent</artifactId >
11
- <version >7.9 .0</version >
11
+ <version >7.10 .0</version >
12
12
</parent >
13
13
14
14
<name >http-protocol</name >
Original file line number Diff line number Diff line change 8
8
<relativePath >../release-parent</relativePath >
9
9
<groupId >com.arangodb</groupId >
10
10
<artifactId >release-parent</artifactId >
11
- <version >7.9 .0</version >
11
+ <version >7.10 .0</version >
12
12
</parent >
13
13
14
14
<name >jackson-serde-json</name >
Original file line number Diff line number Diff line change 8
8
<relativePath >../release-parent</relativePath >
9
9
<groupId >com.arangodb</groupId >
10
10
<artifactId >release-parent</artifactId >
11
- <version >7.9 .0</version >
11
+ <version >7.10 .0</version >
12
12
</parent >
13
13
14
14
<name >jackson-serde-vpack</name >
Original file line number Diff line number Diff line change 8
8
<relativePath >../release-parent</relativePath >
9
9
<groupId >com.arangodb</groupId >
10
10
<artifactId >release-parent</artifactId >
11
- <version >7.9 .0</version >
11
+ <version >7.10 .0</version >
12
12
</parent >
13
13
14
14
<name >jsonb-serde</name >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.arangodb</groupId >
7
7
<artifactId >arangodb-java-driver-parent</artifactId >
8
- <version >7.9 .0</version >
8
+ <version >7.10 .0</version >
9
9
<inceptionYear >2016</inceptionYear >
10
10
<modules >
11
11
<module >release-parent</module >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.arangodb</groupId >
8
8
<artifactId >arangodb-java-driver-parent</artifactId >
9
- <version >7.9 .0</version >
9
+ <version >7.10 .0</version >
10
10
</parent >
11
11
<packaging >pom</packaging >
12
12
Original file line number Diff line number Diff line change 8
8
<relativePath >../release-parent</relativePath >
9
9
<groupId >com.arangodb</groupId >
10
10
<artifactId >release-parent</artifactId >
11
- <version >7.9 .0</version >
11
+ <version >7.10 .0</version >
12
12
</parent >
13
13
14
14
<name >arangodb-java-driver-shaded</name >
You can’t perform that action at this time.
0 commit comments