#154 - Polishing.

This commit is contained in:
Mark Paluch
2019-10-01 12:24:12 +02:00
parent ec5237f4ca
commit 6f27bb7b58
3 changed files with 13 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
<name>Spring Data R2DBC</name>
<description>Spring Data module for R2DBC.</description>
<description>Spring Data module for R2DBC</description>
<url>https://projects.spring.io/spring-data-r2dbc</url>
<parent>

View File

@@ -1,6 +1,16 @@
[[new-features]]
= New & Noteworthy
[[new-features.1-0-0-RC1]]
== What's New in Spring Data R2DBC 1.0.0 RC1
* `ConnectionFactory` routing through `AbstractRoutingConnectionFactory`.
* Utilities for schema initialization through `ResourceDatabasePopulator` and `ScriptUtils`.
* Propagation and reset of Auto-Commit and Isolation Level control through `TransactionDefinition`.
* Support for Entity-level converters.
* Kotlin extensions for reified generics and <<kotlin.coroutines,Coroutines>>.
* Add pluggable mechanism to register dialects.
[[new-features.1-0-0-M2]]
== What's New in Spring Data R2DBC 1.0.0 M2

View File

@@ -8,6 +8,8 @@ The `MappingR2dbcConverter` also lets you map objects to rows without providing
This section describes the features of the `MappingR2dbcConverter`, including how to use conventions for mapping objects to rows and how to override those conventions with annotation-based mapping metadata.
include::../{spring-data-commons-docs}/object-mapping.adoc[leveloffset=+1]
[[mapping.conventions]]
== Convention-based Mapping