File tree 1 file changed +12
-0
lines changed
1 file changed +12
-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.1.0-RC2 (2020-10-14)
5
+ -----------------------------------------
6
+ * DATAMONGO-2633 - @Query annotation does not support $centerSphere.
7
+ * DATAMONGO-2630 - Add support for suspend repository query methods returning List<T>.
8
+ * DATAMONGO-2626 - Release 3.1 RC2 (2020.0.0).
9
+ * DATAMONGO-2623 - Add support for custom Aggregation expressions.
10
+ * DATAMONGO-2622 - Add support for $unionWith aggregation.
11
+ * DATAMONGO-2596 - Introduce extension to render KProperty/KPropertyPath as property path.
12
+ * DATAMONGO-2294 - Support multiple parameters for query field projections.
13
+
14
+
4
15
Changes in version 3.1.0-RC1 (2020-09-16)
5
16
-----------------------------------------
6
17
* DATAMONGO-2621 - Adapt to changed array assertions in AssertJ.
@@ -3164,5 +3175,6 @@ Repository
3164
3175
3165
3176
3166
3177
3178
+
3167
3179
3168
3180
You can’t perform that action at this time.
0 commit comments