Skip to content

Commit f78d96c

Browse files
committed
v3.3.0
1 parent 5e267cb commit f78d96c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ChangeLog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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>3.2.6-SNAPSHOT</version>
7+
<version>3.3.0</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)