Skip to content

Commit

Permalink
DATAMONGO-1594 - Update "what’s new" section in reference documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophstrobl committed Jan 23, 2017
1 parent 98b3c16 commit 3ed72a9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/main/asciidoc/new-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<mongo.aggregation.supported-aggregation-operations>>).
* 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
Expand Down

0 comments on commit 3ed72a9

Please sign in to comment.