From 3ed72a922a333c88be62d80d9fb4fcd8b158198e Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 20 Jan 2017 15:01:45 +0100 Subject: [PATCH] =?UTF-8?q?DATAMONGO-1594=20-=20Update=20"what=E2=80=99s?= =?UTF-8?q?=20new"=20section=20in=20reference=20documentation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/asciidoc/new-features.adoc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index dad476b2e..1c771b996 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -3,9 +3,15 @@ [[new-features.1-10-0]] == What's new in Spring Data MongoDB 1.10 -* Support for `$min`, `$max` and `$slice` operators via `Update`. -* Support for `$cond` and `$ifNull` operators via `Aggregation`. -* Multi-faceted aggregations using `$facet`, `$bucket` and `$bucketAuto` via `Aggregation`. +* Compatible with MongoDB Server 3.4 and the MongoDB Java Driver 3.4. +* New annotations for `@CountQuery`, `@DeleteQuery` and `@ExistsQuery`. +* Extended support for MongoDB 3.2 and MongoDB 3.4 aggregation operators (see <>). +* Support partial filter expression when creating indexes. +* Publish lifecycle events when loading/converting ``DBRef``s. +* Added any-match mode for Query By Example. +* Support for `$caseSensitive` and `$diacriticSensitive` text search. +* Support for GeoJSON Polygon with hole. +* Performance improvements by bulk fetching ``DBRef``s. [[new-features.1-9-0]] == What's new in Spring Data MongoDB 1.9