From bf248d78dec33e302904713f1472d65a654a82bb Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 16 Jul 2021 14:08:52 +0200 Subject: [PATCH] Updated changelog. See #1777 --- src/main/resources/changelog.txt | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 4afdc938c..57105de1f 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,45 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 4.3.0-M1 (2021-07-16) +---------------------------------------- +* #1868 - Internal refactoring. +* #1866 - Queries defined with `@Query` are not using registered converters for parameter conversion. +* #1864 - Upgrade to Elasticsearch 7.13.3. +* #1862 - Add native support for range field types by using a range object. +* #1860 - Make the TestContainers Elasticsearch container configurable. +* #1858 - Collection parameters for @Query-annotated methods get escaped wrongly. +* #1854 - Improve NativeSearchQueryBuilder by adding convenience methods and modifying existing ones. +* #1846 - Missing hashCode and equals methods in JoinField. +* #1839 - Upgrade to Elasticsearch 7.13.1. +* #1836 - Make CompletionField annotation composable. +* #1834 - TopMetricsAggregation NamedObjectNotFoundException: unknown field [top_metrics]. +* #1831 - Upgrade to Elasticsearch 7.13.0. +* #1828 - Dependency cleanup. +* #1826 - Improve integration test time. +* #1824 - Fix reactive blocking calls. +* #1822 - Add Blockhound to test setup. +* #1821 - Fix reactive mapping creation. +* #1817 - Fix fields and source_filter setup. +* #1816 - Allow runtime_fields to be defined in the index mapping. +* #1811 - StringQuery execution crashes on return type `SearchPage`. +* #1803 - Default FieldType.Auto on Arrays of Objects. +* #1800 - Improve handling of immutable classes. +* #1794 - Refactor `DefaultReactiveElasticsearchClient` to do request customization with the `WebClient`. +* #1792 - Upgrade to Elasticsearch 7.12.1. +* #1790 - Custom Query with string parameter which contains double quotes. +* #1788 - Allow disabling TypeHints. +* #1787 - Search with MoreLikeThisQuery should use Pageable. +* #1785 - Fix documentation about auditing. +* #1781 - Remove deprecated code. +* #1778 - Custom property names must be used in SourceFilter and source fields. +* #1767 - DynamicMapping annotation should be applicable to any object field. +* #1564 - (Reactive)ElasticsearchOperations does not have option to include request_cache path param in search request [DATAES-992]. +* #1488 - @ScriptedFields & Kotlin data classes [DATAES-915]. +* #1255 - Add pipeline aggregations to NativeSearchQuery. +* #638 - datatype detection support in mapping ( i.e. numeric_detection, date_detection etc..) [DATAES-62]. + + Changes in version 4.1.11 (2021-07-16) -------------------------------------- * #1866 - Queries defined with `@Query` are not using registered converters for parameter conversion. @@ -1645,5 +1684,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) +