File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data R2DBC Changelog
22===========================
33
4+ Changes in version 1.4.0-M1 (2021-07-16)
5+ ----------------------------------------
6+ * #620 - Introduce `OutboundRow.clone()` method.
7+ * #616 - Document default `NamingStrategy` and explain configuration options.
8+ * #607 - Dynamic projection skipped if projection type not already registered with MappingContext.
9+ * #597 - Upgrade to R2DBC Arabba SR10.
10+ * #594 - Upgrade to MySQL 8.0 for testing.
11+ * #593 - Saving Enum-typed Collection-like properties set to `null` are not translated to `String[]`.
12+ * #591 - Entity callbacks not fired for String-based queries or named query methods.
13+ * #589 - MySQL dialect converts all `byte` properties to `boolean`.
14+ * #587 - `PreparedOperationBindableQuery.bindNull(…)` calls `GenericExecuteSpec.bind(…)` instead of `bindNull(…)`.
15+ * #585 - Custom converter for constructor creation no longer applied.
16+ * #567 - Update CI to Java 16.
17+ * #483 - Spring R2DBC should support camel case columns in Postgresql out of the box or should provide configuration for supporting it..
18+
19+
420Changes in version 1.2.11 (2021-07-16)
521--------------------------------------
622* #616 - Document default `NamingStrategy` and explain configuration options.
@@ -546,5 +562,6 @@ Changes in version 1.0.0.M1 (2018-12-12)
546562
547563
548564
565+
549566
550567
You can’t perform that action at this time.
0 commit comments