File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-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.0.10.RELEASE (2018-09-10)
5
+ ----------------------------------------------
6
+ * DATAMONGO-2076 - Fix property substitution in getting started section of reference docs.
7
+ * DATAMONGO-2055 - Allow position modifier to be negative using push at position on Update.
8
+ * DATAMONGO-2051 - Add support for SCRAM-SHA-256 authentication mechanism to MongoCredentialPropertyEditor.
9
+ * DATAMONGO-2050 - Add support for index selection via key attribute for $geoNear aggregation.
10
+ * DATAMONGO-2049 - Add support for MongoDB 4.0 string aggregation operators.
11
+ * DATAMONGO-2048 - Add support for MongoDB 4.0 type conversion aggregation operators.
12
+ * DATAMONGO-2047 - Update $dateToString and $dateFromString aggregation operators to match MongoDB 4.0 changes.
13
+ * DATAMONGO-2046 - Investigate performance regressions between 2.0 GA and 2.1 RC2.
14
+ * DATAMONGO-2043 - MappingMongoConverter.write(…) does not consider Document a native type and adds _class attribute.
15
+ * DATAMONGO-2034 - Release 2.0.10 (Kay SR10).
16
+ * DATAMONGO-2027 - outputCollection and outputType of MapReduceOptions not work.
17
+
18
+
4
19
Changes in version 1.10.15.RELEASE (2018-09-10)
5
20
-----------------------------------------------
6
21
* DATAMONGO-2076 - Fix property substitution in getting started section of reference docs.
You can’t perform that action at this time.
0 commit comments