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.0 (2021-04-14)
5
+ -------------------------------------
6
+ * #1771 - Remove `@Persistent` from entity-scan include filters.
7
+ * #1761 - CriteriaQuery must use nested query only with properties of type nested.
8
+ * #1759 - health check with DefaultReactiveElasticsearchClient.
9
+ * #1758 - Nested Criteria queries must consider sub-fields.
10
+ * #1755 - Documentation fix to not show deprecated calls.
11
+ * #1754 - Types are in the process of being removed.
12
+ * #1753 - CriteriaQuery must support nested queries.
13
+ * #1390 - Introduce ClusterOperations [DATAES-818].
14
+
15
+
4
16
Changes in version 4.1.8 (2021-04-14)
5
17
-------------------------------------
6
18
* #1759 - health check with DefaultReactiveElasticsearchClient.
@@ -1588,5 +1600,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
1588
1600
1589
1601
1590
1602
1603
+
1591
1604
1592
1605
You can’t perform that action at this time.
0 commit comments