|
1 | 1 | Spring Data Elasticsearch Changelog
|
2 | 2 | ===================================
|
3 | 3 |
|
| 4 | +Changes in version 4.1.0-M1 (2020-06-25) |
| 5 | +---------------------------------------- |
| 6 | +* DATAES-870 - Workaround for reactor-netty error. |
| 7 | +* DATAES-868 - Upgrade to Netty 4.1.50.Final. |
| 8 | +* DATAES-867 - Adopt to changes in Reactor Netty 1.0. |
| 9 | +* DATAES-866 - Implement suggest search in reactive client. |
| 10 | +* DATAES-865 - Fix MappingElasticsearchConverter writing an Object property containing a Map. |
| 11 | +* DATAES-863 - Improve server error response handling. |
| 12 | +* DATAES-859 - Don't use randomNumeric() in tests. |
| 13 | +* DATAES-858 - Use standard Spring code of conduct. |
| 14 | +* DATAES-857 - Registered simple types are not read from list. |
| 15 | +* DATAES-853 - Cleanup tests that do not delete test indices. |
| 16 | +* DATAES-852 - Upgrade to Elasticsearch 7.7.1. |
| 17 | +* DATAES-850 - Add warning and documentation for missing TemporalAccessor configuration. |
| 18 | +* DATAES-848 - Add the name of the index to SearchHit. |
| 19 | +* DATAES-847 - Add missing DateFormat values. |
| 20 | +* DATAES-845 - MappingElasticsearchConverter crashes when writing lists containing null values. |
| 21 | +* DATAES-844 - Improve TOC formatting for migration guides. |
| 22 | +* DATAES-841 - Remove deprecated type mappings code. |
| 23 | +* DATAES-840 - Consolidate index name SpEL resolution. |
| 24 | +* DATAES-839 - ReactiveElasticsearchTemplate should use RequestFactory. |
| 25 | +* DATAES-838 - Update to Elasticsearch 7.7.0. |
| 26 | +* DATAES-836 - Fix typo in Javadocs. |
| 27 | +* DATAES-835 - Fix code sample in documentation for scroll API. |
| 28 | +* DATAES-832 - findAllById repository method returns iterable with null elements for not found ids. |
| 29 | +* DATAES-831 - SearchOperations.searchForStream does not use requested maxResults. |
| 30 | +* DATAES-829 - Deprecate AbstractElasticsearchRepository and cleanup SimpleElasticsearchRepository. |
| 31 | +* DATAES-828 - Fields of type date need to have a format defined. |
| 32 | +* DATAES-827 - Repositories should not try to create an index when it already exists. |
| 33 | +* DATAES-826 - Add method to IndexOperations to write an index mapping from a entity class. |
| 34 | +* DATAES-825 - Update readme to use latest spring.io docs. |
| 35 | +* DATAES-824 - Release 4.1 M1 (2020.0.0). |
| 36 | +* DATAES-678 - Introduce ReactiveIndexOperations. |
| 37 | +* DATAES-263 - Inner Hits support. |
| 38 | + |
| 39 | + |
4 | 40 | Changes in version 4.0.1.RELEASE (2020-06-10)
|
5 | 41 | ---------------------------------------------
|
6 | 42 | * DATAES-857 - Registered simple types are not read from list.
|
@@ -1173,3 +1209,4 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
|
1173 | 1209 |
|
1174 | 1210 |
|
1175 | 1211 |
|
| 1212 | + |
0 commit comments