From 290bccb08f35c63eabda553bff68edce26a47e1a Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 17 Feb 2021 11:59:36 +0100 Subject: [PATCH] Updated changelog. See #1043 --- src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index fda3227e..aadd03c5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,17 @@ Spring Data Couchbase Changelog =============================== +Changes in version 4.1.4 (2021-02-17) +------------------------------------- +* DATACOUCH-675 - factor out interfaces for common methods to facilitate easier testing. +* DATACOUCH-653 - Docs still shows version 4.0.0.RELEASE. +* DATACOUCH-652 - CouchbaseTemplateSupport does not allow a TranslationService bean to be injected. +* DATACOUCH-645 - expiryExpression ignored, but expiry works. +* DATACOUCH-588 - ParameterOutOfBoundsException: Invalid parameter index. +* DATACOUCH-550 - AutoIndexing is not Working properly. +* DATACOUCH-526 - N1QL Join resolver doesn't resolver bucket name with special characters. + + Changes in version 4.0.7.RELEASE (2021-02-17) --------------------------------------------- * DATACOUCH-672 - reinstate "replace" expiry tests inadvertently removed in DATACOUCH-666. @@ -1318,5 +1329,6 @@ Release Notes - Spring Data Couchbase - Version 1.0 M1 - 2013-09-11 +