From f26b06bd48571e1a4cb6e7260b8e5c8de925f791 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 16 Sep 2020 13:56:59 +0200 Subject: [PATCH] #431 - Updated changelog. --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index fd81f52a..7f3d926f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data R2DBC Changelog =========================== +Changes in version 1.2.0-RC1 (2020-09-16) +----------------------------------------- +* #454 - Adapt to changed array assertions in AssertJ. +* #453 - Introduce converters to consume Postgres Json and convert these to String/byte[]. +* #452 - Introduce factory method for StatementMapper. +* #451 - CreatedDate not set on new versioned entities. +* #450 - Add support for @Value when creating entities using their constructor. +* #447 - Register R2dbcConverter bean and deprecate ReactiveDataAccessStrategy. +* #444 - Id is not set after Repository.save for primitive ids. +* #440 - Create R2dbcEntityTemplate in R2dbcRepositoryFactoryBean. +* #431 - Release 1.2 RC1 (2020.0.0). +* #423 - Add r2dbc-postgresql Geotypes to simple types. + + Changes in version 1.1.4.RELEASE (2020-09-16) --------------------------------------------- * #458 - Upgrade to netty 4.1.52.Final. @@ -308,3 +322,4 @@ Changes in version 1.0.0.M1 (2018-12-12) +