Skip to content

Commit 645e33c

Browse files
committed
v4.3.0
1 parent aadc293 commit 645e33c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

ChangeLog.md

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

77
## [Unreleased]
88

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+
918
## [4.2.0] - 2024-06-21
1019

1120
- added support to Spring Data `3.3` (DE-816, #306)

integration-tests/pom.xml

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

1212
<groupId>com.arangodb</groupId>
1313
<artifactId>arangodb-spring-data-integration-tests</artifactId>
14-
<version>4.2.0</version>
14+
<version>4.3.0</version>
1515

1616
<name>arangodb-spring-data-integration-tests</name>
1717
<description>ArangoDB Spring Data Integration Tests</description>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-spring-data</artifactId>
7-
<version>4.2.0</version>
7+
<version>4.3.0</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)