File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data MongoDB Changelog
2
2
=============================
3
3
4
+ Changes in version 3.2.0 (2021-04-14)
5
+ -------------------------------------
6
+ * #3623 - `@Aggregation` repository query method causes `NullPointerException` when the result is empty.
7
+ * #3621 - Upgrade to MongoDB Java Drivers 4.2.3.
8
+ * #3612 - Upgrade to MongoDB 4.4 on CI.
9
+ * #3601 - Criteria object not allowing to use field names with underscore in them.
10
+ * #3583 - Support aggregation expression on fields projection.
11
+ * #3414 - Criteria or toEquals fail if contains regex [DATAMONGO-2559].
12
+
13
+
4
14
Changes in version 3.1.8 (2021-04-14)
5
15
-------------------------------------
6
16
* #3623 - `@Aggregation` repository query method causes `NullPointerException` when the result is empty.
@@ -3419,5 +3429,6 @@ Repository
3419
3429
3420
3430
3421
3431
3432
+
3422
3433
3423
3434
You can’t perform that action at this time.
0 commit comments