diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index dde5281c4..e2a98d48a 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.2.0-RC1 (2021-03-31) +----------------------------------------- +* #1745 - Automatically close scroll context when returning streamed results. +* #1741 - Upgrade to Elasticsearch 7.12. +* #1738 - Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes. +* #1736 - Upgrade to OpenWebBeans 2.0. +* #1734 - Remove lombok. +* #1733 - Update CI to Java 16. +* #1727 - Allow multiple date formats for date fields. +* #1719 - Configure index settings with @Setting annotation. + + Changes in version 4.2.0-M5 (2021-03-17) ---------------------------------------- * #1725 - Add support for SearchTemplate for reactive client. @@ -1558,5 +1570,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) +