File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data Elasticsearch Changelog
22===================================
33
4+ Changes in version 4.2.0-M5 (2021-03-17)
5+ ----------------------------------------
6+ * #1725 - Add support for SearchTemplate for reactive client.
7+ * #1721 - IndexOps.getMapping raises exception if mapping contains "dynamic_templates".
8+ * #1718 - Create index with mapping in one step.
9+ * #1712 - Requests with ReactiveElasticsearchRepository methods doesn't fail if it can't connect with Elasticsearch.
10+ * #1711 - Add the type hint _class attribute to the index mapping.
11+ * #1704 - Add SearchFailure field in ByQueryResponse.
12+ * #1700 - Add missing "Document ranking types".
13+ * #1687 - Upgrade to Elasticsearch 7.11.
14+ * #1686 - Add rescore functionality.
15+ * #1678 - Errors are silent in multiGet.
16+ * #1658 - ReactiveElasticsearchClient should use the same request parameters as non-reactive code.
17+ * #1646 - Add function to list all indexes.
18+ * #1514 - Add `matched_queries` field in SearchHit [DATAES-979].
19+
20+
421Changes in version 4.1.6 (2021-03-17)
522-------------------------------------
623* #1712 - Requests with ReactiveElasticsearchRepository methods doesn't fail if it can't connect with Elasticsearch.
@@ -1540,5 +1557,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
15401557
15411558
15421559
1560+
15431561
15441562
You can’t perform that action at this time.
0 commit comments