File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data R2DBC Changelog
2
2
===========================
3
3
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
+
4
18
Changes in version 1.1.4.RELEASE (2020-09-16)
5
19
---------------------------------------------
6
20
* #458 - Upgrade to netty 4.1.52.Final.
@@ -308,3 +322,4 @@ Changes in version 1.0.0.M1 (2018-12-12)
308
322
309
323
310
324
325
+
You can’t perform that action at this time.
0 commit comments