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 Couchbase Changelog
2
2
===============================
3
3
4
+ Changes in version 4.2.0-M2 (2021-01-13)
5
+ ----------------------------------------
6
+ * DATACOUCH-677 - revert 8ebb81b to fix comment (DATACOUCH-550).
7
+ * DATACOUCH-675 - factor out interfaces for common methods to facilitate easier testing.
8
+ * DATACOUCH-672 - reinstate "replace" expiry tests inadvertently removed in DATACOUCH-666.
9
+ * DATACOUCH-666 - ReplaceById needs change that is in UpsertById in DATACOUCH-625 for immutable entities.
10
+ * DATACOUCH-664 - Update CI jobs with Docker Login.
11
+ * DATACOUCH-645 - expiryExpression ignored, but expiry works.
12
+ * DATACOUCH-630 - Expiry of document not working at all?.
13
+ * DATACOUCH-588 - ParameterOutOfBoundsException: Invalid parameter index.
14
+ * DATACOUCH-550 - AutoIndexing is not Working properly.
15
+ * DATACOUCH-526 - N1QL Join resolver doesn't resolver bucket name with special characters.
16
+
17
+
4
18
Changes in version 4.1.3 (2021-01-13)
5
19
-------------------------------------
6
20
* DATACOUCH-672 - reinstate "replace" expiry tests inadvertently removed in DATACOUCH-666.
@@ -1278,5 +1292,6 @@ Release Notes - Spring Data Couchbase - Version 1.0 M1 - 2013-09-11
1278
1292
1279
1293
1280
1294
1295
+
1281
1296
1282
1297
You can’t perform that action at this time.
0 commit comments