We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acf1bc commit ddf77d5Copy full SHA for ddf77d5
src/main/resources/changelog.txt
@@ -1,6 +1,13 @@
1
Spring Data MongoDB Changelog
2
=============================
3
4
+Changes in version 3.1.8 (2021-04-14)
5
+-------------------------------------
6
+* #3623 - `@Aggregation` repository query method causes `NullPointerException` when the result is empty.
7
+* #3601 - Criteria object not allowing to use field names with underscore in them.
8
+* #3414 - Criteria or toEquals fail if contains regex [DATAMONGO-2559].
9
+
10
11
Changes in version 3.0.9.RELEASE (2021-04-14)
12
---------------------------------------------
13
* #3623 - `@Aggregation` repository query method causes `NullPointerException` when the result is empty.
@@ -3411,5 +3418,6 @@ Repository
3411
3418
3412
3419
3413
3420
3421
3414
3422
3415
3423
0 commit comments