File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-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.11 (2021-07-16)
5
+ --------------------------------------
6
+ * #1866 - Queries defined with `@Query` are not using registered converters for parameter conversion.
7
+ * #1858 - Collection parameters for @Query-annotated methods get escaped wrongly.
8
+ * #1846 - Missing hashCode and equals methods in JoinField.
9
+
10
+
4
11
Changes in version 4.2.2 (2021-06-22)
5
12
-------------------------------------
6
13
* #1834 - TopMetricsAggregation NamedObjectNotFoundException: unknown field [top_metrics].
@@ -1637,5 +1644,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
1637
1644
1638
1645
1639
1646
1647
+
1640
1648
1641
1649
You can’t perform that action at this time.
0 commit comments