Skip to content

Commit 3d52b58

Browse files
committed
DATACOUCH-635 - Updated changelog.
1 parent 7c5be60 commit 3d52b58

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
Spring Data Couchbase Changelog
22
===============================
33

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+
430
Changes in version 4.0.5.RELEASE (2020-10-28)
531
---------------------------------------------
632
* 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
12151241

12161242

12171243

1244+
12181245

12191246

0 commit comments

Comments
 (0)