Skip to content

Commit a70bd0a

Browse files
mp911deschauder
authored andcommitted
#215 - Polishing.
Simplify what's new section. Original pull request: #397.
1 parent bc698c3 commit a70bd0a

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

Diff for: src/main/asciidoc/new-features.adoc

+4-17
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,29 @@
66

77
* Support for <<entity-callbacks>>.
88

9-
[[new-features.1-1-0-RELEASE]]
10-
11-
== What's New in Spring Data R2DBC 1.1.0 RELEASE
9+
[[new-features.1-1-0]]
10+
== What's New in Spring Data R2DBC 1.1.0
1211

1312
* Introduction of `R2dbcEntityTemplate` for entity-oriented operations.
1413
* <<r2dbc.repositories.queries,Query derivation>>.
1514
* Support interface projections with `DatabaseClient.as(…)`.
1615
* <<r2dbc.datbaseclient.filter,Support for `ExecuteFunction` and `StatementFilterFunction` via `DatabaseClient.filter(…)`>>.
1716

18-
[[new-features.1-0-0-RELEASE]]
19-
== What's New in Spring Data R2DBC 1.0.0 RELEASE
17+
[[new-features.1-0-0]]
18+
== What's New in Spring Data R2DBC 1.0.0
2019

2120
* Upgrade to R2DBC 0.8.0.RELEASE.
2221
* `@Modifying` annotation for query methods to consume affected row count.
2322
* Repository `save(…)` with an associated Id terminates with `TransientDataAccessException` if the row does not exist in the database.
2423
* Added `SingleConnectionConnectionFactory` for testing using connection singletons.
2524
* Support for {spring-framework-ref}/core.html#expressions[SpEL expressions] in `@Query`.
26-
27-
[[new-features.1-0-0-RC1]]
28-
== What's New in Spring Data R2DBC 1.0.0 RC1
29-
3025
* `ConnectionFactory` routing through `AbstractRoutingConnectionFactory`.
3126
* Utilities for schema initialization through `ResourceDatabasePopulator` and `ScriptUtils`.
3227
* Propagation and reset of Auto-Commit and Isolation Level control through `TransactionDefinition`.
3328
* Support for Entity-level converters.
3429
* Kotlin extensions for reified generics and <<kotlin.coroutines,Coroutines>>.
3530
* Add pluggable mechanism to register dialects.
36-
37-
[[new-features.1-0-0-M2]]
38-
== What's New in Spring Data R2DBC 1.0.0 M2
39-
4031
* Support for named parameters.
41-
42-
[[new-features.1-0-0-M1]]
43-
== What's New in Spring Data R2DBC 1.0.0 M1
44-
4532
* Initial R2DBC support through `DatabaseClient`.
4633
* Initial Transaction support through `TransactionalDatabaseClient`.
4734
* Initial R2DBC Repository Support through `R2dbcRepository`.

0 commit comments

Comments
 (0)