Skip to content

Commit 7c8eee6

Browse files
committed
#431 - Updated changelog.
1 parent a73d64f commit 7c8eee6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.2.0-RC1 (2020-09-16)
5+
-----------------------------------------
6+
* #454 - Adapt to changed array assertions in AssertJ.
7+
* #453 - Introduce converters to consume Postgres Json and convert these to String/byte[].
8+
* #452 - Introduce factory method for StatementMapper.
9+
* #451 - CreatedDate not set on new versioned entities.
10+
* #450 - Add support for @Value when creating entities using their constructor.
11+
* #447 - Register R2dbcConverter bean and deprecate ReactiveDataAccessStrategy.
12+
* #444 - Id is not set after Repository.save for primitive ids.
13+
* #440 - Create R2dbcEntityTemplate in R2dbcRepositoryFactoryBean.
14+
* #431 - Release 1.2 RC1 (2020.0.0).
15+
* #423 - Add r2dbc-postgresql Geotypes to simple types.
16+
17+
418
Changes in version 1.1.4.RELEASE (2020-09-16)
519
---------------------------------------------
620
* #458 - Upgrade to netty 4.1.52.Final.
@@ -308,3 +322,4 @@ Changes in version 1.0.0.M1 (2018-12-12)
308322

309323

310324

325+

0 commit comments

Comments
 (0)