We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c874e commit f9405edCopy full SHA for f9405ed
src/main/resources/changelog.txt
@@ -1,6 +1,12 @@
1
Spring Data MongoDB Changelog
2
=============================
3
4
+Changes in version 3.1.7 (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
+
9
10
Changes in version 3.2.0-RC1 (2021-03-31)
11
-----------------------------------------
12
* #3613 - Use StringUtils.replace(…) instead of String.replaceAll(…) for mapKeyDotReplacement.
@@ -3387,5 +3393,6 @@ Repository
3387
3393
3388
3394
3389
3395
3396
3390
3397
3391
3398
0 commit comments