Skip to content

5.0.0-M6

Pre-release
Pre-release
Compare
Choose a tag to compare
@gregturn gregturn released this 19 Sep 14:41
· 439 commits to main since this release

πŸ“— Links

⭐ New Features

  • Implement point in time in reactive operations. #2274
  • Improve access to aggregations of SearchHits #2265
  • Support for sorting results via SortOptions of the Elasticsearch API client. #2263
  • Remove deprecated code. #2255
  • Prefix bean names created by the configuration with "elasticsearch". #2252
  • Add support for GZIP compression requests using ClientConfiguration #2149
  • Add support for point_in_time search API #1684
  • Add include and exclude source parameters to Query annotation [DATAES-707] #1280

🐞 Bug Fixes

  • Fix NPE in RequestFactory when language in UpdateQuery is not set (4.4.x). #2287
  • spring data elasticsearch can't deserialize "single or array" object field #2280
  • Incorrect Update API Path #2276
  • NoClassDefFoundError in ElasticsearchRepository.findAllById #2238
  • Don't try to write readonly id property after indexing #2230
  • Client 8.3.1 fails to parse info() response #2211
  • Spring Data Elasticsearch: ClassCastException thrown in existsBy* repository method #2162
  • Don't rely on automatic conversion from array to first element #2152

πŸ“” Documentation

  • SourceFilters documentation #2257
  • Fix typo in readme #2223