Skip to content

Commit a830e76

Browse files
committed
Updated changelog.
See #1775
1 parent 06f2103 commit a830e76

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/main/resources/changelog.txt

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Spring Data Elasticsearch Changelog
22
===================================
33

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+
416
Changes in version 4.1.9 (2021-05-14)
517
-------------------------------------
618
* #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)
16111623

16121624

16131625

1626+
16141627

16151628

0 commit comments

Comments
 (0)