diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1f7d096e1..0afef86c9 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.2.0-M2 (2021-01-13) +---------------------------------------- +* DATAES-1003 - add timeout to search query. +* DATAES-996 - Update CI jobs with Docker Login. +* DATAES-982 - Improve refresh handling. +* DATAES-946 - Support 'wildcard' field type. +* #1640 - Add support for GetFieldMapping request in ReactiveElasticsearchClient. +* #1638 - Upgrade to Elasticsearch 7.10.1. +* #1634 - Update Testcontainers dependency. +* #1632 - Update copyright notice to 2021. +* #1629 - Update repository after GitHub issues migration. +* #1576 - Add version of Spring dependency to docs [DATAES-1004]. +* #1056 - Repository initialization should throw an Exception when index cannot be created [DATAES-481]. + + Changes in version 4.1.3 (2021-01-13) ------------------------------------- * DATAES-996 - Update CI jobs with Docker Login. @@ -1448,5 +1463,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) +