File tree 1 file changed +13
-0
lines changed
1 file changed +13
-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.1 (2021-05-14)
5
+ -------------------------------------
6
+ * #1811 - StringQuery execution crashes on return type `SearchPage<T>`.
7
+ * #1805 - Upgrade to Elasticsearch 7.12.1.
8
+ * #1794 - Refactor `DefaultReactiveElasticsearchClient` to do request customization with the `WebClient`.
9
+ * #1790 - Custom Query with string parameter which contains double quotes.
10
+ * #1787 - Search with MoreLikeThisQuery should use Pageable.
11
+ * #1785 - Fix documentation about auditing.
12
+ * #1778 - Custom property names must be used in SourceFilter and source fields.
13
+ * #1767 - DynamicMapping annotation should be applicable to any object field.
14
+
15
+
4
16
Changes in version 4.1.9 (2021-05-14)
5
17
-------------------------------------
6
18
* #1811 - StringQuery execution crashes on return type `SearchPage<T>`.
@@ -1611,5 +1623,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
1611
1623
1612
1624
1613
1625
1626
+
1614
1627
1615
1628
You can’t perform that action at this time.
0 commit comments