Skip to content

Commit 10f44c9

Browse files
committed
#205 - Updated changelog.
1 parent a1a217a commit 10f44c9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Spring Data R2DBC Changelog
22
===========================
33

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+
426
Changes in version 1.0.0.RC1 (2019-10-01)
527
-----------------------------------------
628
* #202 - Upgrade to r2dbc-mysql 0.8.0 RC1.
@@ -126,3 +148,4 @@ Changes in version 1.0.0.M1 (2018-12-12)
126148
* #1 - Setup repository.
127149

128150

151+

0 commit comments

Comments
 (0)