Skip to content

Commit a8e0cc4

Browse files
committed
v3.8.0
1 parent 1c0312a commit a8e0cc4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog.md

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

77
## [Unreleased]
88

9+
## [3.8.0] - 2023-02-08
10+
11+
- improved resolution of already fetched embedded entities (#270)
12+
- added `deduplicate` in persistent indexes options (#242)
913
- dependencies update
14+
- fixed support for `Pageable.unpaged()` in `PagingAndSortingRepository` (#255)
15+
- fixed concurrency in SPEL evaluation of string based queries (#266)
1016

1117
## [3.7.1] - 2022-08-19
1218

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.arangodb</groupId>
1212
<artifactId>arangodb-spring-data-integration-tests</artifactId>
13-
<version>3.7.1</version>
13+
<version>3.8.0</version>
1414

1515
<name>arangodb-spring-data-integration-tests</name>
1616
<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>3.7.1</version>
7+
<version>3.8.0</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)