File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-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 1.10.15.RELEASE (2018-09-10)
5
+ -----------------------------------------------
6
+ * DATAMONGO-2076 - Fix property substitution in getting started section of reference docs.
7
+ * DATAMONGO-2057 - Guard MongoDbUtils integration tests against MongoDB 4.0 changes.
8
+ * DATAMONGO-2055 - Allow position modifier to be negative using push at position on Update.
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-2043 - MappingMongoConverter.write(…) does not consider Document a native type and adds _class attribute.
15
+ * DATAMONGO-2035 - Release 1.10.15 (Ingalls SR15).
16
+
17
+
4
18
Changes in version 2.1.0.RC2 (2018-08-20)
5
19
-----------------------------------------
6
20
* DATAMONGO-2055 - Allow position modifier to be negative using push at position on Update.
You can’t perform that action at this time.
0 commit comments