From f91964719ae10454fddb96f950e88e96f136cb07 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 17 Feb 2021 13:59:42 +0100 Subject: [PATCH] Updated changelog. See #1643 --- src/main/resources/changelog.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f42becc67..bcae7f23a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,32 @@ Spring Data Elasticsearch Changelog =================================== +Changes in version 4.2.0-M3 (2021-02-17) +---------------------------------------- +* #1689 - Missing anchor links in documentation. +* #1680 - After upgrade to 4.x can't read property id from _source named (different value from _id). +* #1679 - Errors are silent in delete by query in ReactiveElasticsearchTemplate. +* #1676 - Align MappingElasticsearchConverter with other Spring Data converters. +* #1675 - Consider Document as simple type. +* #1669 - Cleanup Deprecations from 4.0. +* #1668 - Writing a more complex CriteriaQuery. +* #1667 - Couldn't find PersistentEntity for type class com.example.demo.dto.Address. +* #1665 - ReactiveElasticsearchOperations indexName twice endcoding. +* #1662 - Documentation fix. +* #1659 - Fix source filter setup in multiget requests. +* #1655 - GeoJson types can be lowercase in Elasticsearch. +* #1649 - Upgrade to Elasticsearch 7.10.2. +* #1647 - Use own implementation of date formatters. +* #1644 - Implement update by query. +* #1565 - Allow using FieldNamingStrategy for property to fieldname matching [DATAES-993]. +* #1370 - Add enabled mapping parameter to FieldType configuration [DATAES-798]. +* #1218 - Add routing parameter to ElasticsearchOperations [DATAES-644]. +* #1156 - Add @CountQuery annotation [DATAES-584]. +* #1143 - Support for search_after [DATAES-571]. +* #803 - Don't update indexed object if it is no persistent entity [DATAES-229]. +* #725 - Add query Explain Support [DATAES-149]. + + Changes in version 4.1.4 (2021-02-17) ------------------------------------- * #1667 - Couldn't find PersistentEntity for type class com.example.demo.dto.Address. @@ -1491,5 +1517,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) +