File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-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 2.1.0.RC2 (2018-08-20)
5
+ -----------------------------------------
6
+ * DATAMONGO-2055 - Allow position modifier to be negative using push at position on Update.
7
+ * DATAMONGO-2053 - Add support for $mergeObjects aggregation operator.
8
+ * DATAMONGO-2052 - Add support for MongoDB 3.6 array aggregation operators.
9
+ * DATAMONGO-2051 - Add support for SCRAM-SHA-256 authentication mechanism to MongoCredentialPropertyEditor.
10
+ * DATAMONGO-2050 - Add support for index selection via key attribute for $geoNear aggregation.
11
+ * DATAMONGO-2049 - Add support for MongoDB 4.0 string aggregation operators.
12
+ * DATAMONGO-2048 - Add support for MongoDB 4.0 type conversion aggregation operators.
13
+ * DATAMONGO-2047 - Update $dateToString and $dateFromString aggregation operators to match MongoDB 4.0 changes.
14
+ * DATAMONGO-2046 - Investigate performance regressions between 2.0 GA and 2.1 RC2.
15
+ * DATAMONGO-2045 - Add transaction specific error codes for exception translation.
16
+ * DATAMONGO-2043 - MappingMongoConverter.write(…) does not consider Document a native type and adds _class attribute.
17
+ * DATAMONGO-2041 - Automatically derive the fields to be read from the expected result type.
18
+ * DATAMONGO-2040 - Update mongodb docs to reflect Duplicates.DROP is no longer supported.
19
+ * DATAMONGO-2033 - Release 2.1 RC2 (Lovelace).
20
+ * DATAMONGO-2027 - outputCollection and outputType of MapReduceOptions not work.
21
+
22
+
4
23
Changes in version 1.10.14.RELEASE (2018-07-27)
5
24
-----------------------------------------------
6
25
* DATAMONGO-2023 - ClassCastException for $sample aggregation operation.
You can’t perform that action at this time.
0 commit comments