diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1747c1a9..313b0b48 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,28 @@ Spring Data Couchbase Changelog =============================== +Changes in version 4.0.2.RELEASE (2020-07-22) +--------------------------------------------- +* DATACOUCH-590 - Using LIMIT within @Query. +* DATACOUCH-586 - Upgrade to Couchbase Driver 3.0.6. +* DATACOUCH-580 - ambiguous reference to field _class (predicate following LIMIT). +* DATACOUCH-576 - MappingInstantiationException: Failed to instantiate java.util.List using constructor NO_CONSTRUCTOR with arguments. +* 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-568 - Release 4.0.2 (Neumann SR2). +* DATACOUCH-560 - Unexpected serialization of List fields. +* DATACOUCH-557 - Spring Data Couchbase doesn't create PersistentEntity for MyClass. +* DATACOUCH-546 - Entities persisted and returned by  CouchbaseRepository.save() and CouchbaseRepository.saveAll() do not have an id. +* DATACOUCH-535 - Add support for TypeAlias. +* 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. +* DATACOUCH-486 - @Query parameter collection to array. +* DATACOUCH-484 - Thread safety issue using findByXXX. + + Changes in version 3.2.9.RELEASE (2020-07-22) --------------------------------------------- * DATACOUCH-587 - Upgrade to Couchbase Driver 2.7.16. @@ -1113,5 +1135,6 @@ Release Notes - Spring Data Couchbase - Version 1.0 M1 - 2013-09-11 +