From 28fe9ee25bdf30223407a728267ad7883cdf41eb Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 17 Mar 2021 11:17:25 +0100 Subject: [PATCH] Updated changelog. See #1709 --- src/main/resources/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d3f31b4ef..dde5281c4 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,23 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 4.2.0-M5 (2021-03-17) +---------------------------------------- +* #1725 - Add support for SearchTemplate for reactive client. +* #1721 - IndexOps.getMapping raises exception if mapping contains "dynamic_templates". +* #1718 - Create index with mapping in one step. +* #1712 - Requests with ReactiveElasticsearchRepository methods doesn't fail if it can't connect with Elasticsearch. +* #1711 - Add the type hint _class attribute to the index mapping. +* #1704 - Add SearchFailure field in ByQueryResponse. +* #1700 - Add missing "Document ranking types". +* #1687 - Upgrade to Elasticsearch 7.11. +* #1686 - Add rescore functionality. +* #1678 - Errors are silent in multiGet. +* #1658 - ReactiveElasticsearchClient should use the same request parameters as non-reactive code. +* #1646 - Add function to list all indexes. +* #1514 - Add `matched_queries` field in SearchHit [DATAES-979]. + + Changes in version 4.1.6 (2021-03-17) ------------------------------------- * #1712 - Requests with ReactiveElasticsearchRepository methods doesn't fail if it can't connect with Elasticsearch. @@ -1540,5 +1557,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) +