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.2.0-M1 (2020-12-09)
5
+ ----------------------------------------
6
+ * DATAMONGO-2663 - Document Spring Data to MongoDB compatibility.
7
+ * DATAMONGO-2661 - Handle nullable types for KPropertyPath.
8
+ * DATAMONGO-2659 - Allow disk use on Query.
9
+ * DATAMONGO-2652 - Implement CrudRepository.delete(Iterable<ID> ids).
10
+ * DATAMONGO-2649 - Release 3.2 M1 (2021.0.0).
11
+ * DATAMONGO-2644 - Invalid reference '_id'! Error In spring data mongodb.
12
+ * DATAMONGO-2635 - Enums Don't Properly Serialize In Aggregation Pipeline Facet.
13
+
14
+
4
15
Changes in version 3.0.6.RELEASE (2020-12-09)
5
16
---------------------------------------------
6
17
* DATAMONGO-2663 - Document Spring Data to MongoDB compatibility.
@@ -3231,5 +3242,6 @@ Repository
3231
3242
3232
3243
3233
3244
3245
+
3234
3246
3235
3247
You can’t perform that action at this time.
0 commit comments