Skip to content

Commit 9bc0735

Browse files
committed
DATAMONGO-2034 - Updated changelog.
1 parent 3d00ef1 commit 9bc0735

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Spring Data MongoDB Changelog
22
=============================
33

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+
419
Changes in version 1.10.15.RELEASE (2018-09-10)
520
-----------------------------------------------
621
* DATAMONGO-2076 - Fix property substitution in getting started section of reference docs.

0 commit comments

Comments
 (0)