File tree 1 file changed +10
-0
lines changed
1 file changed +10
-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.1.9 (2021-05-14)
5
+ -------------------------------------
6
+ * #1811 - StringQuery execution crashes on return type `SearchPage<T>`.
7
+ * #1790 - Custom Query with string parameter which contains double quotes.
8
+ * #1787 - Search with MoreLikeThisQuery should use Pageable.
9
+ * #1785 - Fix documentation about auditing.
10
+ * #1767 - DynamicMapping annotation should be applicable to any object field.
11
+
12
+
4
13
Changes in version 4.2.0 (2021-04-14)
5
14
-------------------------------------
6
15
* #1771 - Remove `@Persistent` from entity-scan include filters.
@@ -1601,5 +1610,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
1601
1610
1602
1611
1603
1612
1613
+
1604
1614
1605
1615
You can’t perform that action at this time.
0 commit comments