Skip to content

Releases: spring-projects/spring-data-elasticsearch

5.0.0

18 Nov 13:30
0cf1c08
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • bulk operations must prefer index set on individual query #2362
  • Fix mappedName for Dynamic.INHERIT #2359

📔 Documentation

  • Update documentation #2360
  • Replace news and noteworthy with links to the release notes. #2358

4.4.6

18 Nov 09:56
3a87690
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Fix mappedName for Dynamic.INHERIT #2359
  • query criteria is converted twice wrongly for custom @ValueConverter #2338

4.3.10

18 Nov 09:35
2419536
Compare
Choose a tag to compare

5.0.0-RC2

04 Nov 14:26
1f46892
Compare
Choose a tag to compare
5.0.0-RC2 Pre-release
Pre-release

📗 Links

🐞 Bug Fixes

  • Reactive repository implementation does not use custom refresh policy #2349
  • query criteria is converted twice wrongly for custom @ValueConverter #2338

5.0.0-RC1

13 Oct 15:31
73a6a12
Compare
Choose a tag to compare
5.0.0-RC1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • update document partially by specified entity #2304
  • Allow non-field-backed properties to be stored and retrieved in Elasticsearch [DATAES-916] #1489

🐞 Bug Fixes

  • Backslashes in collections in @Query-annotated methods are not escaped #2326
  • Fix convertId and stringIdRepresentation usage in template and repository classes. #2228
  • Elasticsearch Client version 8.2.2 does not build correct search request with runtime_mappings #2171
  • Client 8.2.0 cannot parse response from ElasticsearchIndicesClient#get(GetIndexRequest) #2165
  • Search extension plugins are not supported in new client #2150

📔 Documentation

  • Adjust copyright year in the documentation #2313
  • spring data elasticsearch official doc catalog mismatch with content #2299

4.4.5

13 Oct 13:48
Compare
Choose a tag to compare

4.4.4

13 Oct 09:25
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • update document partially by specified entity #2304

🐞 Bug Fixes

  • [4.x] Prefer config supplied content-type and accept header in reactive client. #2327
  • Backslashes in collections in @Query-annotated methods are not escaped #2326

4.3.9

13 Oct 12:38
Compare
Choose a tag to compare

4.3.8

13 Oct 07:53
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Backslashes in collections in @Query-annotated methods are not escaped #2326

5.0.0-M6

19 Sep 14:41
Compare
Choose a tag to compare
5.0.0-M6 Pre-release
Pre-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