From 8875c9f53909698dc80dd1831cc40e451eebbf6c Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 17 Feb 2021 11:07:09 +0100 Subject: [PATCH] Updated changelog. See #976 --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9b08cff1..fda3227e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Couchbase Changelog =============================== +Changes in version 4.0.7.RELEASE (2021-02-17) +--------------------------------------------- +* DATACOUCH-672 - reinstate "replace" expiry tests inadvertently removed in DATACOUCH-666. +* DATACOUCH-666 - ReplaceById needs change that is in UpsertById in DATACOUCH-625 for immutable entities. +* DATACOUCH-664 - Update CI jobs with Docker Login. +* DATACOUCH-661 - Fix integrations tests for datacouch-650. +* DATACOUCH-650 - Implement CrudRepository.delete(Iterable ids). +* DATACOUCH-630 - Expiry of document not working at all?. + + Changes in version 3.2.13.RELEASE (2021-02-17) ---------------------------------------------- @@ -1307,5 +1317,6 @@ Release Notes - Spring Data Couchbase - Version 1.0 M1 - 2013-09-11 +