Skip to content

Commit 17d5589

Browse files
committed
Updated changelog.
See #541
1 parent adc6a20 commit 17d5589

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Spring Data R2DBC Changelog
22
===========================
33

4+
Changes in version 1.3.0-M5 (2021-03-17)
5+
----------------------------------------
6+
* #558 - Consider calling Statement.returnGeneratedValues() using the primary key column name.
7+
* #557 - Default ID value on new record is inserted when optimistic locking is enabled.
8+
* #552 - R2dbcEntityTemplate.insert(…) doesn't propagate error signals after data signal.
9+
* #548 - Upgrade to Arabba SR9.
10+
* #546 - Remove .RELEASE suffix from version number in documentation.
11+
* #532 - Implement QueryByExample.
12+
* #230 - Oracle with R2DBC.
13+
14+
415
Changes in version 1.2.6 (2021-03-17)
516
-------------------------------------
617
* #558 - Consider calling Statement.returnGeneratedValues() using the primary key column name.
@@ -455,5 +466,6 @@ Changes in version 1.0.0.M1 (2018-12-12)
455466

456467

457468

469+
458470

459471

0 commit comments

Comments
 (0)