Skip to content

Commit e80d1df

Browse files
committed
DATAMONGO-1781 - Update what's new in reference documentation.
1 parent a9b1b64 commit e80d1df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/asciidoc/new-features.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
* Upgrade to Java 8.
77
* Usage of the `Document` API instead of `DBObject`.
88
* <<mongo.reactive>>.
9+
* <<mongo.reactive.repositories.infinite-streams,Tailable Cursor>> queries.
910
* Support for aggregation result streaming via Java 8 `Stream`.
11+
* <<mongo.query.fluent-template-api,Fluent Collection API>> for CRUD and aggregation operations.
12+
* Kotlin extensions for Template and Collection API.
1013
* Integration of collations for collection and index creation and query operations.
14+
* Query-by-Example support without type matching.
15+
* Add support for isolation ``Update``s.
16+
* Tooling support for null-safety via Spring's `@NonNullApi` and `@Nullable` annotations.
17+
* Deprecated cross-store support and removed Log4j appender.
1118

1219
[[new-features.1-10-0]]
1320
== What's new in Spring Data MongoDB 1.10

0 commit comments

Comments
 (0)