From 929b60c4261cc11f16a4dee226409fde9b1416f6 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 24 Jul 2017 18:43:16 +0200 Subject: [PATCH] DATAMONGO-1711 - Updated changelog. --- src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 8027af4bb..2460d51b6 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data MongoDB Changelog ============================= +Changes in version 1.10.5.RELEASE (2017-07-24) +---------------------------------------------- +* DATAMONGO-1744 - Improve default setup for MappingMongoConverter. +* DATAMONGO-1729 - Open projection does not fetch all properties. +* DATAMONGO-1725 - Potential NullPointerException in CloseableIterableCursorAdapter. +* DATAMONGO-1723 - Fix unit tests after API changes in Spring Data Commons. +* DATAMONGO-1720 - Add JMH benchmark module. +* DATAMONGO-1718 - MongoTemplate.findAndRemoveAll(Query, String) delegates to wrong overload. +* DATAMONGO-1711 - Release 1.10.5 (Ingalls SR5). +* DATAMONGO-1703 - Allow referencing views in object graphs containing circular dependencies. +* DATAMONGO-1697 - @Version used by @EnableMongoAuditing does not increase when using collection name in MongoTemplate's updateFirst. Unexpected, not described by reference documentation. +* DATAMONGO-1678 - DefaultBulkOperations do not map Query and Update objects properly. + + Changes in version 2.0.0.M4 (2017-06-14) ---------------------------------------- * DATAMONGO-1716 - Upgrade to Reactive Streams driver 1.5.0.