We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac33a6 commit 60903aeCopy full SHA for 60903ae
ChangeLog.md
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [4.1.0] - 2024-01-24
10
+
11
+- updated `arangodb-java-driver` to version `7.5.1`
12
+- updated to Spring Data 3.2 (DE-767)
13
+- fixed `VPACK` support (DE-707, #297)
14
+- fixed type information equality (#288)
15
16
17
## [4.0.0] - 2023-09-18
18
19
- upgraded dependency Spring Framework 6 and Spring Data 3 (#250)
integration-tests/src/test
integration-tests/src/test/java/com
@@ -0,0 +1 @@
1
+../../../../src/test/java/com
integration-tests/src/test/resources
+../../../src/test/resources
0 commit comments