From 80a50a83d0d8153fb0527dc8521b2c02c7b73dcc Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 9 Dec 2020 16:00:51 +0100 Subject: [PATCH] DATAES-973 - Updated changelog. --- 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 d7308da6c..34183a671 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,18 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 4.1.2 (2020-12-09) +------------------------------------- +* DATAES-991 - Wrong value for TermVector(with_positions_offets_payloads). +* DATAES-990 - Index creation fails with Authentication object cannot be null on startup. +* DATAES-987 - IndexOperations getMapping fail when using index alias. +* DATAES-978 - Accept DateFormat.none for a date property to enable custom Converters. +* DATAES-977 - Fix versions in reference documentation for 4.1. +* DATAES-973 - Release 4.1.2 (2020.0.2). +* DATAES-972 - BeforeConvertCallback should be called before index query is built. +* DATAES-543 - Adjust configuration support classes so they do not require proxying. + + Changes in version 4.2.0-M1 (2020-12-09) ---------------------------------------- * DATAES-995 - Code Cleanup after DATACMNS-1838. @@ -1428,5 +1440,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) +