From b544fe861512cf1379fe83e8c449697d7d9be455 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 31 Mar 2020 14:59:19 +0200 Subject: [PATCH] DATAES-762 - Updated changelog. --- src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2ee223c66..d677cfbbf 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 4.0.0.RC1 (2020-03-31) +----------------------------------------- +* DATAES-771 - Add after-save entity callbacks support. +* DATAES-768 - Add missing query parameters for an UpdateQuery. +* DATAES-766 - Replace CloseableIterator with SearchHitsIterator in stream operations. +* DATAES-765 - Pageable.unpaged() is not used to build a query returning all documents. +* DATAES-763 - Allow map properties in entity with null values. +* DATAES-762 - Release 4.0 RC1 (Neumann). +* DATAES-751 - Introduce ClientCallbackfor the rest client. +* DATAES-653 - Make it easier to use a custom request converter when extending DefaultReactiveElasticsearchClient. +* DATAES-435 - Report version mismatch if used with older ElasticSearch version. +* DATAES-382 - Add Exception translation for Elasticsearch errors. +* DATAES-68 - Add support for auditing annotations. + + Changes in version 3.2.6.RELEASE (2020-03-25) --------------------------------------------- * DATAES-769 - Upgrade to Elasticsearch 6.8.7. @@ -1057,3 +1072,4 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) +