File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 3.3.0] - 2020-08-14
10+
11+ ### Added
12+
13+ - find by example using regex string matcher
14+ - find by example matching any object in nested array
15+
16+ ### Changed
17+
18+ - reimplemented ` ArangoOperations.repsert() ` using AQL UPSERT (also used by ` ArangoRepository.save() ` )
19+ - dependencies update
20+
21+ ### Fixed
22+ - fixed ` null ` serialization when writing Maps, Arrays and Collections
23+ - fixed automatical collection creation on ` ArangoRepository.count() ` and ` ArangoRepository.findAll() `
24+ - fixed serialization of ` @Ref ` fields with custom names
25+ - fixed collection like mapping, allowing duplicate values
26+ - fixed lazy behavior of ` ArangoOperations.findAll() `
27+
928## [ 3.2.5] - 2020-05-14
1029
1130- set ` org.springframework.data.build:spring-data-parent ` as parent project
Original file line number Diff line number Diff line change 44
55 <groupId >com.arangodb</groupId >
66 <artifactId >arangodb-spring-data</artifactId >
7- <version >3.2.6-SNAPSHOT </version >
7+ <version >3.3.0 </version >
88 <inceptionYear >2017</inceptionYear >
99 <packaging >jar</packaging >
1010
You can’t perform that action at this time.
0 commit comments