|
1 | 1 | Spring Data R2DBC Changelog
|
2 | 2 | ===========================
|
3 | 3 |
|
| 4 | +Changes in version 1.0.0.M2 (2019-05-14) |
| 5 | +---------------------------------------- |
| 6 | +* #117 - Upgrade to jasync-sql 0.9.51. |
| 7 | +* #116 - Upgrade to R2DBC 0.8 M8. |
| 8 | +* #115 - Upgrade to Spring Data Moore M4. |
| 9 | +* #111 - Revisit package structure and naming. |
| 10 | +* #109 - Support mapping of simple types (e.g. to Long/Integer) out of the box. |
| 11 | +* #108 - #107 - Add ConnectionFactoryTransactionManager and reactive transaction management utilities. |
| 12 | +* #100 - Refactor code to not require Spring JDBC as mandatory dependency. |
| 13 | +* #95 - Use @Configuration(proxyBeanMethods=false) for AbstractR2dbcConfiguration. |
| 14 | +* #90 - Inserting a row without key generation via R2dbcRepository.save(…) completes without emitting objects. |
| 15 | +* #86 - Add non-nullable variant to RowsFetchSpec extensions. |
| 16 | +* #85 - Could not read property java.math.BigDecimal. |
| 17 | +* #75 - Add support for MySQL. |
| 18 | +* #74 - URL Cleanup. |
| 19 | +* #73 - Introduce PreparedOperation. |
| 20 | +* #65 - Add converters for simple type projections. |
| 21 | +* #64 - Add criteria API to create filter predicates. |
| 22 | +* #63 - Add DatabaseClient Coroutines extensions. |
| 23 | +* #61 - Move Conversion-related functionality to MappingR2dbcConverter. |
| 24 | +* #60 - Use R2DBC's BOM for dependency management. |
| 25 | +* #59 - Consider custom conversion in EntityRowMapper and MappingR2dbcConverter. |
| 26 | +* #57 - Add R2DBC-specific exception translation. |
| 27 | +* #56 - Integrate Spring Data Relational's Statement Builder. |
| 28 | +* #54 - Upgrade to R2DBC 1.0 M7. |
| 29 | +* #52 - Don't depend on MSSQL JDBC driver. |
| 30 | +* #51 - #29 - Use TestContainers for integration tests. |
| 31 | +* #47 - Add support for named parameters. |
| 32 | +* #45 - Update copyright years to 2019. |
| 33 | +* #41 - Add support for simple type projections. |
| 34 | +* #39 - Add support for Custom Conversion. |
| 35 | +* #37 - Release 1.0 M2. |
| 36 | + |
| 37 | + |
4 | 38 | Changes in version 1.0.0.M1 (2018-12-12)
|
5 | 39 | ----------------------------------------
|
6 | 40 | * #36 - Release 1.0 M1.
|
|
0 commit comments