|
1 | 1 | [[new-features]]
|
2 | 2 | = New & Noteworthy
|
3 | 3 |
|
4 |
| -[[new-features.1-3-0]] |
5 |
| -== What's New in Spring Data R2DBC 1.3.0 |
| 4 | +Release notes are curated documents containing changes that are most relevant, including migration strategies. |
6 | 5 |
|
7 |
| -* Introduce <<r2dbc.repositories.queries.query-by-example,Query by Example support>>. |
| 6 | +* https://github.com/spring-projects/spring-data-commons/wiki/Spring-Data-2022.0-(Turing)-Release-Notes-(Preview)#spring-data-r2dbc[Release notes for Spring Data R2DBC version 3.0] |
| 7 | +* https://github.com/spring-projects/spring-data-commons/wiki/Spring-Data-2021.2-(Raj)-Release-Notes#spring-data-r2dbc---15[Release notes for Spring Data R2DBC version 1.5] |
| 8 | +* https://github.com/spring-projects/spring-data-commons/wiki/Spring-Data-2021.1-(Q)-Release-Notes#spring-data-r2dbc---14[Release notes for Spring Data R2DBC version 1.4] |
| 9 | +* https://github.com/spring-projects/spring-data-commons/wiki/Release-Train-2021.0-(Pascal)#spring-data-r2dbc---13[Release notes for Spring Data R2DBC version 1.3] |
| 10 | +* https://github.com/spring-projects/spring-data-commons/wiki/Release-Train-Ockham-(2020.0.0)#spring-data-r2dbc---12[Release notes for Spring Data R2DBC version 1.2] |
8 | 11 |
|
9 |
| -[[new-features.1-2-0]] |
10 |
| -== What's New in Spring Data R2DBC 1.2.0 |
11 |
| - |
12 |
| -* Deprecate Spring Data R2DBC `DatabaseClient` and move off deprecated API in favor of Spring R2DBC. |
13 |
| -Consult the <<upgrading.1.1-1.2,Migration Guide>> for further details. |
14 |
| -* Support for <<entity-callbacks>>. |
15 |
| -* <<r2dbc.auditing,Auditing>> through `@EnableR2dbcAuditing`. |
16 |
| -* Support for `@Value` in persistence constructors. |
17 |
| -* Support for Oracle's R2DBC driver. |
18 |
| - |
19 |
| -[[new-features.1-1-0]] |
20 |
| -== What's New in Spring Data R2DBC 1.1.0 |
21 |
| - |
22 |
| -* Introduction of `R2dbcEntityTemplate` for entity-oriented operations. |
23 |
| -* <<r2dbc.repositories.queries,Query derivation>>. |
24 |
| -* Support interface projections with `DatabaseClient.as(…)`. |
25 |
| -* <<r2dbc.datbaseclient.filter,Support for `ExecuteFunction` and `StatementFilterFunction` via `DatabaseClient.filter(…)`>>. |
26 |
| - |
27 |
| -[[new-features.1-0-0]] |
28 |
| -== What's New in Spring Data R2DBC 1.0.0 |
29 |
| - |
30 |
| -* Upgrade to R2DBC 0.8.0.RELEASE. |
31 |
| -* `@Modifying` annotation for query methods to consume affected row count. |
32 |
| -* Repository `save(…)` with an associated ID completes with `TransientDataAccessException` if the row does not exist in the database. |
33 |
| -* Added `SingleConnectionConnectionFactory` for testing using connection singletons. |
34 |
| -* Support for {spring-framework-ref}/core.html#expressions[SpEL expressions] in `@Query`. |
35 |
| -* `ConnectionFactory` routing through `AbstractRoutingConnectionFactory`. |
36 |
| -* Utilities for schema initialization through `ResourceDatabasePopulator` and `ScriptUtils`. |
37 |
| -* Propagation and reset of Auto-Commit and Isolation Level control through `TransactionDefinition`. |
38 |
| -* Support for Entity-level converters. |
39 |
| -* Kotlin extensions for reified generics and <<kotlin.coroutines,Coroutines>>. |
40 |
| -* Add pluggable mechanism to register dialects. |
41 |
| -* Support for named parameters. |
42 |
| -* Initial R2DBC support through `DatabaseClient`. |
43 |
| -* Initial Transaction support through `TransactionalDatabaseClient`. |
44 |
| -* Initial R2DBC Repository Support through `R2dbcRepository`. |
45 |
| -* Initial Dialect support for Postgres and Microsoft SQL Server. |
| 12 | +For more detailed and technical information, please refer to the https://github.com/spring-projects/spring-data-relational/releases[change log]. |
0 commit comments