We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e403019 commit a1e8e6fCopy full SHA for a1e8e6f
src/main/resources/changelog.txt
@@ -1,6 +1,13 @@
1
Spring Data MongoDB Changelog
2
=============================
3
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
11
Changes in version 3.1.7 (2021-03-31)
12
-------------------------------------
13
* #3613 - Use StringUtils.replace(…) instead of String.replaceAll(…) for mapKeyDotReplacement.
@@ -3403,5 +3410,6 @@ Repository
3403
3410
3404
3411
3405
3412
3413
3406
3414
3407
3415
0 commit comments