File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data R2DBC Changelog
2
2
===========================
3
3
4
+ Changes in version 1.3.1 (2021-05-14)
5
+ -------------------------------------
6
+ * #597 - Upgrade to R2DBC Arabba SR10.
7
+ * #594 - Upgrade to MySQL 8.0 for testing.
8
+ * #593 - Saving Enum-typed Collection-like properties set to `null` are not translated to `String[]`.
9
+ * #587 - `PreparedOperationBindableQuery.bindNull(…)` calls `GenericExecuteSpec.bind(…)` instead of `bindNull(…)`.
10
+ * #585 - Custom converter for constructor creation no longer applied.
11
+
12
+
4
13
Changes in version 1.2.9 (2021-05-14)
5
14
-------------------------------------
6
15
* #597 - Upgrade to R2DBC Arabba SR10.
@@ -514,5 +523,6 @@ Changes in version 1.0.0.M1 (2018-12-12)
514
523
515
524
516
525
526
+
517
527
518
528
You can’t perform that action at this time.
0 commit comments