From ef006d2150f65057f48809a98dd392aeb50cedd3 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 25 Jun 2020 11:48:18 +0200 Subject: [PATCH] DATACOUCH-548 - Updated changelog. --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index fd06a99b..9023fe40 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Data Couchbase Changelog =============================== +Changes in version 4.1.0-M1 (2020-06-25) +---------------------------------------- +* DATACOUCH-565 - Use standard Spring code of conduct. +* DATACOUCH-562 - Upgrade to Couchbase SDK 3.0.5. +* DATACOUCH-561 - Better testing for N1QL String queries. +* DATACOUCH-548 - Release 4.1 M1 (2020.0.0). +* DATACOUCH-545 - CouchbaseRepository.findById() throws DataRetrievalFailureException when no document is found. +* DATACOUCH-543 - Repository can not return single values. +* DATACOUCH-542 - @Field is ignored. +* DATACOUCH-541 - Searching for ID that does not exist throws exception. +* DATACOUCH-534 - add support for @Query annotation (n1ql string). +* DATACOUCH-525 - Enable usage of custom 'type' in queries. + + Changes in version 4.0.1.RELEASE (2020-06-10) --------------------------------------------- * DATACOUCH-562 - Upgrade to Couchbase SDK 3.0.5. @@ -1087,3 +1101,4 @@ Release Notes - Spring Data Couchbase - Version 1.0 M1 - 2013-09-11 +