|
1 | 1 | Spring Data Couchbase Changelog
|
2 | 2 | ===============================
|
3 | 3 |
|
| 4 | +Changes in version 4.0.5.RELEASE (2020-10-28) |
| 5 | +--------------------------------------------- |
| 6 | +* DATACOUCH-634 - upgrade to couchbase java sdk 3.0.9. |
| 7 | +* DATACOUCH-626 - all-arguments constructor incompatible with '@Version private long version'. |
| 8 | +* DATACOUCH-625 - save() doesn't return updated entity if immutable properties used for @id or @version. |
| 9 | +* DATACOUCH-623 - CAS not working with @Version. |
| 10 | +* DATACOUCH-620 - fix issue with id in nested objects caused by DATACOUCH-533. |
| 11 | +* DATACOUCH-616 - Positional parameters not detected inside SpEL expressions. |
| 12 | +* DATACOUCH-615 - (Reactive)CouchbaseTemplate - removeByQuery always remove all data. |
| 13 | +* DATACOUCH-611 - Release 4.0.5 (Neumann SR5). |
| 14 | +* DATACOUCH-608 - expiry Document annotation, option not processed during upsert, insert. |
| 15 | +* DATACOUCH-605 - @ScanConsistency ignored for n1ql queries. |
| 16 | +* DATACOUCH-604 - Error creating repository. |
| 17 | +* DATACOUCH-603 - N1qlQueryCreator - IN, NOT IN should not cast parameter to Object[]. |
| 18 | +* DATACOUCH-595 - Replace does not add cas to options if present. |
| 19 | +* DATACOUCH-583 - find by nested properties doesn't work. |
| 20 | + |
| 21 | + |
4 | 22 | Changes in version 3.2.11.RELEASE (2020-10-28)
|
5 | 23 | ----------------------------------------------
|
6 | 24 | * DATACOUCH-610 - Release 3.2.11 (Moore SR11).
|
@@ -1196,5 +1214,6 @@ Release Notes - Spring Data Couchbase - Version 1.0 M1 - 2013-09-11
|
1196 | 1214 |
|
1197 | 1215 |
|
1198 | 1216 |
|
| 1217 | + |
1199 | 1218 |
|
1200 | 1219 |
|
0 commit comments