Skip to content

Commit bf248d7

Browse files
committed
Updated changelog.
See #1777
1 parent 8e3d866 commit bf248d7

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

src/main/resources/changelog.txt

+40
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
Spring Data Elasticsearch Changelog
22
===================================
33

4+
Changes in version 4.3.0-M1 (2021-07-16)
5+
----------------------------------------
6+
* #1868 - Internal refactoring.
7+
* #1866 - Queries defined with `@Query` are not using registered converters for parameter conversion.
8+
* #1864 - Upgrade to Elasticsearch 7.13.3.
9+
* #1862 - Add native support for range field types by using a range object.
10+
* #1860 - Make the TestContainers Elasticsearch container configurable.
11+
* #1858 - Collection parameters for @Query-annotated methods get escaped wrongly.
12+
* #1854 - Improve NativeSearchQueryBuilder by adding convenience methods and modifying existing ones.
13+
* #1846 - Missing hashCode and equals methods in JoinField.
14+
* #1839 - Upgrade to Elasticsearch 7.13.1.
15+
* #1836 - Make CompletionField annotation composable.
16+
* #1834 - TopMetricsAggregation NamedObjectNotFoundException: unknown field [top_metrics].
17+
* #1831 - Upgrade to Elasticsearch 7.13.0.
18+
* #1828 - Dependency cleanup.
19+
* #1826 - Improve integration test time.
20+
* #1824 - Fix reactive blocking calls.
21+
* #1822 - Add Blockhound to test setup.
22+
* #1821 - Fix reactive mapping creation.
23+
* #1817 - Fix fields and source_filter setup.
24+
* #1816 - Allow runtime_fields to be defined in the index mapping.
25+
* #1811 - StringQuery execution crashes on return type `SearchPage<T>`.
26+
* #1803 - Default FieldType.Auto on Arrays of Objects.
27+
* #1800 - Improve handling of immutable classes.
28+
* #1794 - Refactor `DefaultReactiveElasticsearchClient` to do request customization with the `WebClient`.
29+
* #1792 - Upgrade to Elasticsearch 7.12.1.
30+
* #1790 - Custom Query with string parameter which contains double quotes.
31+
* #1788 - Allow disabling TypeHints.
32+
* #1787 - Search with MoreLikeThisQuery should use Pageable.
33+
* #1785 - Fix documentation about auditing.
34+
* #1781 - Remove deprecated code.
35+
* #1778 - Custom property names must be used in SourceFilter and source fields.
36+
* #1767 - DynamicMapping annotation should be applicable to any object field.
37+
* #1564 - (Reactive)ElasticsearchOperations does not have option to include request_cache path param in search request [DATAES-992].
38+
* #1488 - @ScriptedFields & Kotlin data classes [DATAES-915].
39+
* #1255 - Add pipeline aggregations to NativeSearchQuery.
40+
* #638 - datatype detection support in mapping ( i.e. numeric_detection, date_detection etc..) [DATAES-62].
41+
42+
443
Changes in version 4.1.11 (2021-07-16)
544
--------------------------------------
645
* #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)
16451684

16461685

16471686

1687+
16481688

16491689

0 commit comments

Comments
 (0)