Skip to content

Commit cc8c344

Browse files
committed
DATAMONGO-2033 - Updated changelog.
1 parent 3981a8a commit cc8c344

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/main/resources/changelog.txt

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

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+
423
Changes in version 1.10.14.RELEASE (2018-07-27)
524
-----------------------------------------------
625
* DATAMONGO-2023 - ClassCastException for $sample aggregation operation.

0 commit comments

Comments
 (0)