File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 6
6
* Upgrade to Java 8.
7
7
* Usage of the `Document` API instead of `DBObject`.
8
8
* <<mongo.reactive>>.
9
+ * <<mongo.reactive.repositories.infinite-streams,Tailable Cursor>> queries.
9
10
* 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.
10
13
* 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.
11
18
12
19
[[new-features.1-10-0]]
13
20
== What's new in Spring Data MongoDB 1.10
You can’t perform that action at this time.
0 commit comments