Releases: spring-projects/spring-data-elasticsearch
Releases · spring-projects/spring-data-elasticsearch
4.4.8
5.0.1
📗 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
📗 Links
🐞 Bug Fixes
- findAllById is limited default elasticsearch response size and not iterable size #2417
5.0.0
4.4.6
📗 Links
🐞 Bug Fixes
4.3.10
5.0.0-RC2
📗 Links
🐞 Bug Fixes
5.0.0-RC1
📗 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
andstringIdRepresentation
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