Skip to content

Commit fac386f

Browse files
committed
Updated changelog.
See #584
1 parent 85baac1 commit fac386f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: src/main/resources/changelog.txt

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Spring 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+
420
Changes 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

0 commit comments

Comments
 (0)