Skip to content

Commit a1e8e6f

Browse files
committed
Updated changelog.
See #3597
1 parent e403019 commit a1e8e6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/changelog.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Spring Data MongoDB Changelog
22
=============================
33

4+
Changes in version 3.0.9.RELEASE (2021-04-14)
5+
---------------------------------------------
6+
* #3623 - `@Aggregation` repository query method causes `NullPointerException` when the result is empty.
7+
* #3609 - SimpleReactiveMongoRepository#saveAll does not populate @Id property if it is immutable.
8+
* #3414 - Criteria or toEquals fail if contains regex [DATAMONGO-2559].
9+
10+
411
Changes in version 3.1.7 (2021-03-31)
512
-------------------------------------
613
* #3613 - Use StringUtils.replace(…) instead of String.replaceAll(…) for mapKeyDotReplacement.
@@ -3403,5 +3410,6 @@ Repository
34033410

34043411

34053412

3413+
34063414

34073415

0 commit comments

Comments
 (0)