We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3743ca5 commit b13e47dCopy full SHA for b13e47d
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.
@@ -3396,5 +3402,6 @@ Repository
3396
3402
3397
3403
3398
3404
3405
3399
3406
3400
3407
0 commit comments