File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data MongoDB Changelog
22=============================
33
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+
414Changes in version 3.1.8 (2021-04-14)
515-------------------------------------
616* #3623 - `@Aggregation` repository query method causes `NullPointerException` when the result is empty.
@@ -3419,5 +3429,6 @@ Repository
34193429
34203430
34213431
3432+
34223433
34233434
You can’t perform that action at this time.
0 commit comments