From 42f3827a0c60ac31b44ca56660e689e393d7ac79 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 16 Jul 2021 14:08:53 +0200 Subject: [PATCH] Updated changelog. See #1129 --- src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 65e235c9..09f28f4e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Couchbase Changelog =============================== +Changes in version 4.3.0-M1 (2021-07-16) +---------------------------------------- +* #1157 - upgrade java sdk version to 3.1.6. +* #1141 - Custom converter for multibuckets. +* #1140 - Feature 'Inject translation service bean in CouchbaseTemplateSupport' has been deleted. +* #1131 - Delete N1QL query is deleting all documents instead of deleting only documents that matches the criteria. +* #1130 - add couchbaseJsonValueModule bean to AbstractCouchbaseConfiguration. +* #1104 - Update CI to Java 16. +* #1074 - AfterSaveEvent is never triggered. +* #963 - Support for Scope and Collection API Changes [DATACOUCH-655]. + + Changes in version 4.1.11 (2021-07-16) -------------------------------------- @@ -1429,5 +1441,6 @@ Release Notes - Spring Data Couchbase - Version 1.0 M1 - 2013-09-11 +