DATACOUCH-635 - Updated changelog.

This commit is contained in:
Mark Paluch
2020-10-28 15:46:28 +01:00
parent 06a536a6e8
commit a7266a4810

View File

@@ -1,6 +1,32 @@
Spring Data Couchbase Changelog
===============================
Changes in version 4.1.0 (2020-10-28)
-------------------------------------
* DATACOUCH-635 - Release 4.1 GA (2020.0.0).
* DATACOUCH-634 - upgrade to couchbase java sdk 3.0.9.
* DATACOUCH-626 - all-arguments constructor incompatible with '@Version private long version'.
* DATACOUCH-625 - save() doesn't return updated entity if immutable properties used for @id or @version.
* DATACOUCH-623 - CAS not working with @Version.
* DATACOUCH-620 - fix issue with id in nested objects caused by DATACOUCH-533.
* DATACOUCH-616 - Positional parameters not detected inside SpEL expressions.
* DATACOUCH-615 - (Reactive)CouchbaseTemplate - removeByQuery always remove all data.
* DATACOUCH-608 - expiry Document annotation, option not processed during upsert, insert.
* DATACOUCH-605 - @ScanConsistency ignored for n1ql queries.
* DATACOUCH-604 - Error creating repository.
* DATACOUCH-603 - N1qlQueryCreator - IN, NOT IN should not cast parameter to Object[].
* DATACOUCH-595 - Replace does not add cas to options if present.
* DATACOUCH-583 - find by nested properties doesn't work.
* DATACOUCH-580 - ambiguous reference to field _class (predicate following LIMIT).
* DATACOUCH-574 - add countBy... to repository queries.
* DATACOUCH-573 - count() "_count" is projected, but get("count") used to retrieve.
* DATACOUCH-572 - fix compile error introduced in DATACOUCH-571.
* DATACOUCH-571 - generated key delimiter not used in suffix if there was no prefix.
* DATACOUCH-569 - Add tests for fix to DATACOUCH-560.
* DATACOUCH-533 - Promote Attribute called id when @Id is not present.
* DATACOUCH-532 - queries use literals instead of parameters, preventing the re-use of query plans.
Changes in version 4.0.5.RELEASE (2020-10-28)
---------------------------------------------
* 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