From e80d1df5711ad18476d448fc7aa0d3651ec3c3b5 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 14 Sep 2017 14:09:08 +0200 Subject: [PATCH] DATAMONGO-1781 - Update what's new in reference documentation. --- src/main/asciidoc/new-features.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index 905d4a2fe..45ce639e0 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -6,8 +6,15 @@ * Upgrade to Java 8. * Usage of the `Document` API instead of `DBObject`. * <>. +* <> queries. * Support for aggregation result streaming via Java 8 `Stream`. +* <> for CRUD and aggregation operations. +* Kotlin extensions for Template and Collection API. * Integration of collations for collection and index creation and query operations. +* Query-by-Example support without type matching. +* Add support for isolation ``Update``s. +* Tooling support for null-safety via Spring's `@NonNullApi` and `@Nullable` annotations. +* Deprecated cross-store support and removed Log4j appender. [[new-features.1-10-0]] == What's new in Spring Data MongoDB 1.10