|
1 | 1 | Spring Data R2DBC Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 4 | +Changes in version 1.0.0.M1 (2018-12-12) |
| 5 | +---------------------------------------- |
| 6 | +* #36 - Release 1.0 M1. |
| 7 | +* #35 - Simplify reference documentation setup. |
| 8 | +* #32 - Drop oracle-java8-installer from TravisCI build. |
| 9 | +* #30 - Add support for Custom Conversions for array-types. |
| 10 | +* #27 - Add project site redirect. |
| 11 | +* #26 - Add support to write simple type collections as arrays. |
| 12 | +* #25 - Provide reference documentation. |
| 13 | +* #21 - Upgrade to R2DBC 1.0M6. |
| 14 | +* #20 - Add Dialect support to apply driver-specific bind markers. |
| 15 | +* #18 - Cleanup pom.xml and upgrade dependencies. |
| 16 | +* #16 - Add abstract configuration class for R2DBC. |
| 17 | +* #15 - Add support for parameter bind markers. |
| 18 | +* #14 - RETURNING * does not work on H2. |
| 19 | +* #13 - Add configuration components for @EnableR2dbcRepositories. |
| 20 | +* #12 - SimpleR2dbcRepository does not retain item order on save(…). |
| 21 | +* #11 - Adapt Statement.bind(…) calls to newly introduced positional (integer-arg) binding. |
| 22 | +* #10 - Adapt to removed Statement.executeReturningGeneratedKeys(). |
| 23 | +* #9 - H2Statement does not define or inherit an implementation of bind(Ljava/lang/Integer;Ljava/lang/Object;). |
| 24 | +* #8 - exchange() should allow to deal with DROP or CREATE requests. |
| 25 | +* #6 - Preserving order on multiple inserts. |
| 26 | +* #5 - Build failures due to failing Oracle JDK downloads. |
| 27 | +* #2 - Add initial support for DatabaseClient and Reactive Repositories. |
| 28 | +* #1 - Setup repository. |
| 29 | + |
| 30 | + |
0 commit comments