File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data MongoDB Changelog
2
2
=============================
3
3
4
+ Changes in version 3.2.0-M2 (2021-01-13)
5
+ ----------------------------------------
6
+ * DATAMONGO-2671 - DateFromParts millisecondsOf returns "milliseconds" as $dateFromParts function but it should be millisecond.
7
+ * DATAMONGO-2665 - Update CI jobs with Docker Login.
8
+ * DATAMONGO-2651 - Allow AggregationExpression as part of group operation.
9
+ * #3534 - Update copyright year to 2021.
10
+ * #3529 - Update repository after GitHub issues migration.
11
+ * #3515 - Deprecate KPropertyPath in favor of Spring Data Common's KPropertyPath [DATAMONGO-2662].
12
+
13
+
4
14
Changes in version 3.1.3 (2021-01-13)
5
15
-------------------------------------
6
16
* DATAMONGO-2671 - DateFromParts millisecondsOf returns "milliseconds" as $dateFromParts function but it should be millisecond.
@@ -3269,5 +3279,6 @@ Repository
3269
3279
3270
3280
3271
3281
3282
+
3272
3283
3273
3284
You can’t perform that action at this time.
0 commit comments