File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-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.1.3.RELEASE (2020-08-12)
5
+ ---------------------------------------------
6
+ * #429 - Fix typos in reference documentation.
7
+ * #425 - Fix lack of @Modifying in example code.
8
+ * #421 - MappingException when calling a modifying query method that returns kotlin.Unit.
9
+ * #420 - Improve documentation - spring framework version.
10
+ * #418 - Document optimistic locking using @Version.
11
+ * #416 - SimpleR2dbcRepository does not support custom subclasses.
12
+ * #410 - Make it possible to write delete/update operations without using matching.
13
+ * #409 - Release 1.1.3 (Neumann SR3).
14
+ * #408 - gh-407 - Add ReactiveSortingRepository support.
15
+ * #406 - Repositories cannot be used with two different database systems.
16
+ * #373 - SpEL parsing does not consider multiple usages and nested object references.
17
+
18
+
4
19
Changes in version 1.2.0-M2 (2020-08-12)
5
20
----------------------------------------
6
21
* #414 - Adopt SpEL support to use ReactiveEvaluationContextProvider.
@@ -281,3 +296,4 @@ Changes in version 1.0.0.M1 (2018-12-12)
281
296
282
297
283
298
299
+
You can’t perform that action at this time.
0 commit comments