|
1 | 1 | Spring Data R2DBC Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 4 | +Changes in version 1.0.0.RELEASE (2019-12-06) |
| 5 | +--------------------------------------------- |
| 6 | +* #245 - Upgrade to Spring Data Moore SR3. |
| 7 | +* #244 - Add checkpoint for SQL execution. |
| 8 | +* #243 - Add tests for create and drop statements. |
| 9 | +* #242 - Upgrade to R2DBC 0.8.0.RELEASE (Arabba-RELEASE). |
| 10 | +* #239 - Add documentation for projecting query methods. |
| 11 | +* #238 - Add Modifying query annotation. |
| 12 | +* #237 - Move @Query annotation to org.springframework.data.r2dbc.repository. |
| 13 | +* #236 - Enable artifactory-maven-plugin. |
| 14 | +* #232 - Guard save(…) with provided Id with TransientDataAccessException if row does not exist. |
| 15 | +* #228 - Use consistently spaces instead of tabs in readme code samples. |
| 16 | +* #219 - Upgrade to r2dbc-mysql 0.8.0 RC2. |
| 17 | +* #216 - ConnectionFactoryInitializer.execute(…) does not subscribe to DatabasePopulatorUtils.execute. |
| 18 | +* #213 - Provide Kotlin extensions on UpdatedRowsFetchSpec. |
| 19 | +* #209 - Kotlin bind extension loses specific type information. |
| 20 | +* #208 - Upgrade to R2DBC Arabba RC2. |
| 21 | +* #205 - Release 1.0 GA. |
| 22 | +* #204 - Add SingleConnectionConnectionFactory. |
| 23 | +* #139 - Overriding list of custom objects type property conversion. |
| 24 | + |
| 25 | + |
4 | 26 | Changes in version 1.0.0.RC1 (2019-10-01)
|
5 | 27 | -----------------------------------------
|
6 | 28 | * #202 - Upgrade to r2dbc-mysql 0.8.0 RC1.
|
@@ -126,3 +148,4 @@ Changes in version 1.0.0.M1 (2018-12-12)
|
126 | 148 | * #1 - Setup repository.
|
127 | 149 |
|
128 | 150 |
|
| 151 | + |
0 commit comments