We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626b274 commit fddb0afCopy full SHA for fddb0af
src/main/resources/changelog.txt
@@ -1,6 +1,13 @@
1
Spring Data Elasticsearch Changelog
2
===================================
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
11
Changes in version 4.2.2 (2021-06-22)
12
-------------------------------------
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
0 commit comments