|
1 | 1 | Spring Data Elasticsearch Changelog
|
2 | 2 | ===================================
|
3 | 3 |
|
| 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 | + |
4 | 43 | Changes in version 4.1.11 (2021-07-16)
|
5 | 44 | --------------------------------------
|
6 | 45 | * #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)
|
1645 | 1684 |
|
1646 | 1685 |
|
1647 | 1686 |
|
| 1687 | + |
1648 | 1688 |
|
1649 | 1689 |
|
0 commit comments