Skip to content

Commit f919647

Browse files
Updated changelog.
See #1643
1 parent a02e190 commit f919647

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 4.2.0-M3 (2021-02-17)
5+
----------------------------------------
6+
* #1689 - Missing anchor links in documentation.
7+
* #1680 - After upgrade to 4.x can't read property id from _source named (different value from _id).
8+
* #1679 - Errors are silent in delete by query in ReactiveElasticsearchTemplate.
9+
* #1676 - Align MappingElasticsearchConverter with other Spring Data converters.
10+
* #1675 - Consider Document as simple type.
11+
* #1669 - Cleanup Deprecations from 4.0.
12+
* #1668 - Writing a more complex CriteriaQuery.
13+
* #1667 - Couldn't find PersistentEntity for type class com.example.demo.dto.Address.
14+
* #1665 - ReactiveElasticsearchOperations indexName twice endcoding.
15+
* #1662 - Documentation fix.
16+
* #1659 - Fix source filter setup in multiget requests.
17+
* #1655 - GeoJson types can be lowercase in Elasticsearch.
18+
* #1649 - Upgrade to Elasticsearch 7.10.2.
19+
* #1647 - Use own implementation of date formatters.
20+
* #1644 - Implement update by query.
21+
* #1565 - Allow using FieldNamingStrategy for property to fieldname matching [DATAES-993].
22+
* #1370 - Add enabled mapping parameter to FieldType configuration [DATAES-798].
23+
* #1218 - Add routing parameter to ElasticsearchOperations [DATAES-644].
24+
* #1156 - Add @CountQuery annotation [DATAES-584].
25+
* #1143 - Support for search_after [DATAES-571].
26+
* #803 - Don't update indexed object if it is no persistent entity [DATAES-229].
27+
* #725 - Add query Explain Support [DATAES-149].
28+
29+
430
Changes in version 4.1.4 (2021-02-17)
531
-------------------------------------
632
* #1667 - Couldn't find PersistentEntity for type class com.example.demo.dto.Address.
@@ -1491,5 +1517,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
14911517

14921518

14931519

1520+
14941521

14951522

0 commit comments

Comments
 (0)