|
1 | 1 | Spring Data Elasticsearch Changelog
|
2 | 2 | ===================================
|
3 | 3 |
|
| 4 | +Changes in version 4.2.0-M1 (2020-12-09) |
| 5 | +---------------------------------------- |
| 6 | +* DATAES-995 - Code Cleanup after DATACMNS-1838. |
| 7 | +* DATAES-994 - Add setup for mutation testing. |
| 8 | +* DATAES-991 - Wrong value for TermVector(with_positions_offets_payloads). |
| 9 | +* DATAES-990 - Index creation fails with Authentication object cannot be null on startup. |
| 10 | +* DATAES-989 - Improve deprecation warning for id properties without annotation. |
| 11 | +* DATAES-988 - Allow specifying max results in NativeSearchQueryBuilder. |
| 12 | +* DATAES-987 - IndexOperations getMapping fail when using index alias. |
| 13 | +* DATAES-986 - Fix Javadoc. |
| 14 | +* DATAES-985 - Add builder method for track_total_hits to NativeSearchQueryBuilder. |
| 15 | +* DATAES-983 - Test dependency hoverfly-java-junit5 leaks into compile scope. |
| 16 | +* DATAES-978 - Accept DateFormat.none for a date property to enable custom Converters. |
| 17 | +* DATAES-976 - Implement CrudRepository.delete(Iterable<ID> ids). |
| 18 | +* DATAES-975 - Upgrade to Elasticsearch 7.10. |
| 19 | +* DATAES-974 - remove usage of deprecated WebClient exchange() method. |
| 20 | +* DATAES-972 - BeforeConvertCallback should be called before index query is built. |
| 21 | +* DATAES-971 - Fix tests for using a proxy with reactive client. |
| 22 | +* DATAES-970 - Take Testcontainers version from the Spring Data Build pom. |
| 23 | +* DATAES-969 - Use ResultProcessor in ElasticsearchPartQuery to build PartTree. |
| 24 | +* DATAES-968 - Enable Maven caching for Jenkins jobs. |
| 25 | +* DATAES-966 - Release 4.2 M1 (2021.0.0). |
| 26 | +* DATAES-882 - HLRC Configuration - add ability to set max connections for the underlying HttpClient. |
| 27 | +* DATAES-588 - Add support for custom callbacks in High Level/Low Level REST Client builder. |
| 28 | +* DATAES-543 - Adjust configuration support classes so they do not require proxying. |
| 29 | +* DATAES-362 - Add support for composable meta annotations. |
| 30 | +* DATAES-247 - Support OpType in IndexQuery. |
| 31 | + |
| 32 | + |
4 | 33 | Changes in version 4.0.6.RELEASE (2020-12-09)
|
5 | 34 | ---------------------------------------------
|
6 | 35 | * DATAES-991 - Wrong value for TermVector(with_positions_offets_payloads).
|
@@ -1379,5 +1408,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
|
1379 | 1408 |
|
1380 | 1409 |
|
1381 | 1410 |
|
| 1411 | + |
1382 | 1412 |
|
1383 | 1413 |
|
0 commit comments