Skip to content

Commit 63fe35a

Browse files
committed
#301 - Updated changelog.
1 parent 228c674 commit 63fe35a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.1.0.M4 (2020-03-11)
5+
----------------------------------------
6+
* #316 - Adapt to Mockito 3.3.
7+
* #313 - Add builder for ConnectionFactoryInitializer.
8+
* #311 - AbstractR2dbcConfiguration should use R2dbcMappingContext instead of RelationalMappingContext.
9+
* #308 - #189 - Accept StatementFilterFunction in DatabaseClient.
10+
* #307 - Add support for Criteria composition.
11+
* #306 - Upgrade to JAsync 1.0.14.
12+
* #305 - Apply registered converters to bind values.
13+
* #302 - Add documentation for entity-state detection.
14+
* #301 - Release 1.1 M4 (Neumann).
15+
* #300 - Extend unit tests for QueryMapper.
16+
* #290 - Add Kotlin extensions for R2dbcEntityTemplate.
17+
* #289 - Add support for Criteria composition.
18+
* #267 - Combined AND and OR predicate in Criteria Builder.
19+
* #189 - execute(...) should be extended with returning generated keys.
20+
* #164 - @Query definitions with SpEL expressions.
21+
* #42 - Add support for MariaDB.
22+
23+
424
Changes in version 1.1.0.M3 (2020-02-12)
525
----------------------------------------
626
* #296 - Rename DatabaseClient bean to r2dbcDatabaseClient.
@@ -177,3 +197,4 @@ Changes in version 1.0.0.M1 (2018-12-12)
177197

178198

179199

200+

0 commit comments

Comments
 (0)