From 59388d99cc6ae9df8b5fef2398c1f84c7741fa69 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 6 Sep 2019 10:10:07 +0200 Subject: [PATCH] DATAMONGO-2335 - Updated changelog. --- src/main/resources/changelog.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 04923a603..0612f17c3 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,26 @@ Spring Data MongoDB Changelog ============================= +Changes in version 2.2.0.RC3 (2019-09-06) +----------------------------------------- +* DATAMONGO-2358 - Upgrade to Kotlin Coroutines 1.3.0. +* DATAMONGO-2357 - com.mongodb.client.model.geojson types should be considered as store specific simple ones. +* DATAMONGO-2356 - Switch to newly introduced usingWhen methods. +* DATAMONGO-2354 - protected function expose package-private propertty. +* DATAMONGO-2352 - Documentation Typo Fix. +* DATAMONGO-2351 - UnsupportedOperationException is thrown during delete with UNACKNOWLEDGED write concern. +* DATAMONGO-2349 - ZonedDateTime to/from Date not recognized without @Reading/@WritingConverter. +* DATAMONGO-2348 - Initial value of @Version annotated fields not described correctly in reference documentation. +* DATAMONGO-2346 - Field annotated with @LastModifiedDate is not persisted in Kotlin data classes. +* DATAMONGO-2344 - Add SLAVE_OK as a cursor option throws an exception. +* DATAMONGO-2342 - Upgrade to MongoDB Java Driver 3.11. +* DATAMONGO-2339 - Id property containing underscore not mapped correctly. +* DATAMONGO-2338 - Unable to specialise MongoRepositoryFactoryBean due to final method. +* DATAMONGO-2337 - Add HTTPS entries into spring.schemas. +* DATAMONGO-2335 - Release 2.2 RC3 (Moore). +* DATAMONGO-2310 - Improve TypedAggregation vs. untyped aggregation documentation. + + Changes in version 2.2.0.RC2 (2019-08-05) ----------------------------------------- * DATAMONGO-2330 - Regression: DefaultBulkOperations ignores defaultWriteConcern.