File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
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 )
9
13
- dependencies update
14
+ - fixed support for ` Pageable.unpaged() ` in ` PagingAndSortingRepository ` (#255 )
15
+ - fixed concurrency in SPEL evaluation of string based queries (#266 )
10
16
11
17
## [ 3.7.1] - 2022-08-19
12
18
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >com.arangodb</groupId >
12
12
<artifactId >arangodb-spring-data-integration-tests</artifactId >
13
- <version >3.7.1 </version >
13
+ <version >3.8.0 </version >
14
14
15
15
<name >arangodb-spring-data-integration-tests</name >
16
16
<description >ArangoDB Spring Data Integration Tests</description >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-spring-data</artifactId >
7
- <version >3.7.1 </version >
7
+ <version >3.8.0 </version >
8
8
<inceptionYear >2017</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments