File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 4.3.0] - 2024-09-05
10
+
11
+ - fixed delete with revision in ArangoRepository (#317 , DE-843)
12
+ - fixed mapping of entities with non-string ids (#316 , DE-842)
13
+ - added ` METHOD ` and ` ANNOTATION_TYPE ` to property annotations targets (#314 , DE-780)
14
+ - fixed concurrency bug in date formatting and parsing (#313 , DE-840)
15
+ - updated ` arangodb-java-driver ` to version ` 7.8.0 `
16
+
17
+
9
18
## [ 4.2.0] - 2024-06-21
10
19
11
20
- added support to Spring Data ` 3.3 ` (DE-816, #306 )
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.arangodb</groupId >
13
13
<artifactId >arangodb-spring-data-integration-tests</artifactId >
14
- <version >4.2 .0</version >
14
+ <version >4.3 .0</version >
15
15
16
16
<name >arangodb-spring-data-integration-tests</name >
17
17
<description >ArangoDB Spring Data Integration Tests</description >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-spring-data</artifactId >
7
- <version >4.2 .0</version >
7
+ <version >4.3 .0</version >
8
8
<inceptionYear >2017</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments