|
1 | 1 | Spring Data Couchbase Changelog
|
2 | 2 | ===============================
|
3 | 3 |
|
| 4 | +Changes in version 4.1.0 (2020-10-28) |
| 5 | +------------------------------------- |
| 6 | +* DATACOUCH-635 - Release 4.1 GA (2020.0.0). |
| 7 | +* DATACOUCH-634 - upgrade to couchbase java sdk 3.0.9. |
| 8 | +* DATACOUCH-626 - all-arguments constructor incompatible with '@Version private long version'. |
| 9 | +* DATACOUCH-625 - save() doesn't return updated entity if immutable properties used for @id or @version. |
| 10 | +* DATACOUCH-623 - CAS not working with @Version. |
| 11 | +* DATACOUCH-620 - fix issue with id in nested objects caused by DATACOUCH-533. |
| 12 | +* DATACOUCH-616 - Positional parameters not detected inside SpEL expressions. |
| 13 | +* DATACOUCH-615 - (Reactive)CouchbaseTemplate - removeByQuery always remove all data. |
| 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 | +* DATACOUCH-580 - ambiguous reference to field _class (predicate following LIMIT). |
| 21 | +* DATACOUCH-574 - add countBy... to repository queries. |
| 22 | +* DATACOUCH-573 - count() "_count" is projected, but get("count") used to retrieve. |
| 23 | +* DATACOUCH-572 - fix compile error introduced in DATACOUCH-571. |
| 24 | +* DATACOUCH-571 - generated key delimiter not used in suffix if there was no prefix. |
| 25 | +* DATACOUCH-569 - Add tests for fix to DATACOUCH-560. |
| 26 | +* DATACOUCH-533 - Promote Attribute called id when @Id is not present. |
| 27 | +* DATACOUCH-532 - queries use literals instead of parameters, preventing the re-use of query plans. |
| 28 | + |
| 29 | + |
4 | 30 | Changes in version 4.0.5.RELEASE (2020-10-28)
|
5 | 31 | ---------------------------------------------
|
6 | 32 | * DATACOUCH-634 - upgrade to couchbase java sdk 3.0.9.
|
@@ -1215,5 +1241,6 @@ Release Notes - Spring Data Couchbase - Version 1.0 M1 - 2013-09-11
|
1215 | 1241 |
|
1216 | 1242 |
|
1217 | 1243 |
|
| 1244 | + |
1218 | 1245 |
|
1219 | 1246 |
|
0 commit comments