diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index 40ab57613..5e1210736 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -4,22 +4,23 @@ [[new-features.2-2-0]] == What's New in Spring Data MongoDB 2.2 * Compatibility with MongoDB 4.2 deprecating `eval`, `group` and `geoNear` Template API methods. -* <> +* Extended SpEL aggregation support for MongoDB 3.4 and MongoDB 4.0 operators (see <>). * <> via `ReactiveQuerydslPredicateExecutor`. * <>. -* Extended SpEL aggregation support for MongoDB 3.4 and MongoDB 4.0 operators (see <>). +* <> support via repository query methods. +* Declarative reactive transactions using <>. * Template API delete by entity considers the version property in delete queries. * Repository deletes now throw `OptimisticLockingFailureException` when a versioned entity cannot be deleted. * Support `Range` in repository between queries. * Changed behavior of `Reactive/MongoOperations#count` now limiting the range to count matches within by passing on _offset_ & _limit_ to the server. -* Kotlin extension methods accepting `KClass` are deprecated now in favor of `reified` methods. * Support of array filters in `Update` operations. * <> from domain types. * SpEL support in for expressions in `@Indexed`. -* Annotation-based Collation support through `@Document` and `@Query`. -* <> support via repository query methods. -* Declarative reactive transactions using <>. * Support for <>. +* Annotation-based Collation support through `@Document` and `@Query`. +* <>. +* Kotlin extension methods accepting `KClass` are deprecated now in favor of `reified` methods. +* Kotlin <> support. [[new-features.2-1-0]] == What's New in Spring Data MongoDB 2.1