mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-05-11 02:54:39 +00:00
parent
06f2103c2e
commit
a830e76807
@ -1,6 +1,18 @@
|
|||||||
Spring Data Elasticsearch Changelog
|
Spring Data Elasticsearch Changelog
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
Changes in version 4.2.1 (2021-05-14)
|
||||||
|
-------------------------------------
|
||||||
|
* #1811 - StringQuery execution crashes on return type `SearchPage<T>`.
|
||||||
|
* #1805 - Upgrade to Elasticsearch 7.12.1.
|
||||||
|
* #1794 - Refactor `DefaultReactiveElasticsearchClient` to do request customization with the `WebClient`.
|
||||||
|
* #1790 - Custom Query with string parameter which contains double quotes.
|
||||||
|
* #1787 - Search with MoreLikeThisQuery should use Pageable.
|
||||||
|
* #1785 - Fix documentation about auditing.
|
||||||
|
* #1778 - Custom property names must be used in SourceFilter and source fields.
|
||||||
|
* #1767 - DynamicMapping annotation should be applicable to any object field.
|
||||||
|
|
||||||
|
|
||||||
Changes in version 4.1.9 (2021-05-14)
|
Changes in version 4.1.9 (2021-05-14)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
* #1811 - StringQuery execution crashes on return type `SearchPage<T>`.
|
* #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)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user