File tree 1 file changed +13
-0
lines changed
1 file changed +13
-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.1.1.RELEASE (2020-06-10)
5
+ ---------------------------------------------
6
+ * #384 - Consider return type of suspended methods returning Flow.
7
+ * #383 - QueryMapper fails when using Criteria.from(…) with two or more criteria.
8
+ * #377 - Upgrade to R2DBC Arabba SR4.
9
+ * #375 - Document supported databases.
10
+ * #373 - SpEL parsing does not consider multiple usages and nested object references.
11
+ * #369 - PropertyReferenceException if path expression maps into simple type properties.
12
+ * #366 - Release 1.1.1 (Neumann SR1).
13
+ * #207 - R2dbcCustomConversions converts LocalDate/LocalDateTime/Instant values to java.util.Date.
14
+
15
+
4
16
Changes in version 1.1.0.RELEASE (2020-05-12)
5
17
---------------------------------------------
6
18
* #365 - Support optimistic locking in immutable way.
@@ -238,3 +250,4 @@ Changes in version 1.0.0.M1 (2018-12-12)
238
250
239
251
240
252
253
+
You can’t perform that action at this time.
0 commit comments