Skip to content

Commit 38b7fb7

Browse files
committed
Updated changelog.
See #3616
1 parent d42d06e commit 38b7fb7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/main/resources/changelog.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Spring 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+
414
Changes 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

0 commit comments

Comments
 (0)