Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Jun 21, 2024
1 parent 0a4c36a commit be8fab0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

- updated `arangodb-java-driver` to version `7.6.0`
## [4.2.0] - 2024-06-21

- added support to Spring Data `3.3` (DE-816, #306)
- added `LazyLoadingProxy.isResolved()` to check whether a lazy proxy has been already resolved or not (DE-805, #271)
- added support conputed values in data definitions (DE-779, [docs-hugo#477](https://github.com/arangodb/docs-hugo/pull/477))
- added support mapping of computed values (DE-604, [docs-hugo#477](https://github.com/arangodb/docs-hugo/pull/477))
- added configuration for changing `ArangoRepository#save()` behavior returning new entity instances instead of original ones (DE-539, #295, [docs-hugo#476](https://github.com/arangodb/docs-hugo/pull/476))
- added support for Java records, Kotlin data classes and immutable entities (DE-539, #295, [docs-hugo#476](https://github.com/arangodb/docs-hugo/pull/476))
- updated `arangodb-java-driver` to version `7.7.1`
- fixed unit of measure of GeoResults distance (DE-803)
- fixed concurrency in annotation cache (#302)
- dropped support for Spring Data `3.1` (DE-816, #306)
- moved CI to CircleCI (DE-823, #308)


## [4.1.0] - 2024-01-24

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-SNAPSHOT</version>
<version>4.2.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-SNAPSHOT</version>
<version>4.2.0</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>

Expand Down

0 comments on commit be8fab0

Please sign in to comment.