File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data Elasticsearch Changelog
2
2
===================================
3
3
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
+
4
21
Changes in version 4.1.6 (2021-03-17)
5
22
-------------------------------------
6
23
* #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)
1540
1557
1541
1558
1542
1559
1560
+
1543
1561
1544
1562
You can’t perform that action at this time.
0 commit comments