Skip to content

Commit 8142460

Browse files
committed
#366 - Updated changelog.
1 parent 9223fc2 commit 8142460

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/main/resources/changelog.txt

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Spring Data R2DBC Changelog
22
===========================
33

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+
416
Changes in version 1.1.0.RELEASE (2020-05-12)
517
---------------------------------------------
618
* #365 - Support optimistic locking in immutable way.
@@ -238,3 +250,4 @@ Changes in version 1.0.0.M1 (2018-12-12)
238250

239251

240252

253+

0 commit comments

Comments
 (0)