Skip to content

Commit be8fab0

Browse files
committed
v4.2.0
1 parent 0a4c36a commit be8fab0

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

ChangeLog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9-
- updated `arangodb-java-driver` to version `7.6.0`
9+
## [4.2.0] - 2024-06-21
10+
11+
- added support to Spring Data `3.3` (DE-816, #306)
12+
- added `LazyLoadingProxy.isResolved()` to check whether a lazy proxy has been already resolved or not (DE-805, #271)
13+
- added support conputed values in data definitions (DE-779, [docs-hugo#477](https://github.com/arangodb/docs-hugo/pull/477))
14+
- added support mapping of computed values (DE-604, [docs-hugo#477](https://github.com/arangodb/docs-hugo/pull/477))
15+
- 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))
16+
- 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))
17+
- updated `arangodb-java-driver` to version `7.7.1`
18+
- fixed unit of measure of GeoResults distance (DE-803)
19+
- fixed concurrency in annotation cache (#302)
20+
- dropped support for Spring Data `3.1` (DE-816, #306)
21+
- moved CI to CircleCI (DE-823, #308)
22+
1023

1124
## [4.1.0] - 2024-01-24
1225

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
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-SNAPSHOT</version>
14+
<version>4.2.0</version>
1515

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

pom.xml

Lines changed: 1 addition & 1 deletion
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-SNAPSHOT</version>
7+
<version>4.2.0</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)