We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70145a4 commit 43fee26Copy full SHA for 43fee26
src/main/resources/changelog.txt
@@ -1,6 +1,14 @@
1
Spring Data MongoDB Changelog
2
=============================
3
4
+Changes in version 3.2.0-RC1 (2021-03-31)
5
+-----------------------------------------
6
+* #3613 - Use StringUtils.replace(…) instead of String.replaceAll(…) for mapKeyDotReplacement.
7
+* #3609 - SimpleReactiveMongoRepository#saveAll does not populate @Id property if it is immutable.
8
+* #3600 - Rename Embedded annotation -> Unwrapped.
9
+* #3583 - Support aggregation expression on fields projection.
10
+
11
12
Changes in version 3.2.0-M5 (2021-03-17)
13
----------------------------------------
14
* #3592 - Remove @Persistent from entity-scan include filters.
@@ -3387,5 +3395,6 @@ Repository
3387
3395
3388
3396
3389
3397
3398
3390
3399
3391
3400
0 commit comments