Skip to content

Releases: spring-projects/spring-data-elasticsearch

4.4.8

17 Feb 09:12
be7d2c4
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • @Query annotated repository method does not use Sort parameter #2449

5.0.1

13 Jan 10:43
bb071a1
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • findAllById is limited default elasticsearch response size and not iterable size #2417
  • fix bug: IndexQuery's id get ignored in bulkIndexOperation #2407
  • Kotlin Flow as return type for repository methods causes an exception #2386

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

4.4.7

13 Jan 09:35
401cf99
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • findAllById is limited default elasticsearch response size and not iterable size #2417

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