|
1 | 1 | Spring Data Elasticsearch Changelog
|
2 | 2 | ===================================
|
3 | 3 |
|
| 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 | + |
4 | 30 | Changes in version 4.1.4 (2021-02-17)
|
5 | 31 | -------------------------------------
|
6 | 32 | * #1667 - Couldn't find PersistentEntity for type class com.example.demo.dto.Address.
|
@@ -1472,5 +1498,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
|
1472 | 1498 |
|
1473 | 1499 |
|
1474 | 1500 |
|
| 1501 | + |
1475 | 1502 |
|
1476 | 1503 |
|
0 commit comments