Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Sep 5, 2024
1 parent aadc293 commit 645e33c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [4.3.0] - 2024-09-05

- fixed delete with revision in ArangoRepository (#317, DE-843)
- fixed mapping of entities with non-string ids (#316, DE-842)
- added `METHOD` and `ANNOTATION_TYPE` to property annotations targets (#314, DE-780)
- fixed concurrency bug in date formatting and parsing (#313, DE-840)
- updated `arangodb-java-driver` to version `7.8.0`


## [4.2.0] - 2024-06-21

- added support to Spring Data `3.3` (DE-816, #306)
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data-integration-tests</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>

<name>arangodb-spring-data-integration-tests</name>
<description>ArangoDB Spring Data Integration Tests</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>

Expand Down

0 comments on commit 645e33c

Please sign in to comment.