1. OpenSearch OpenSearch
- #16201 : Fixed crash when disabling Auto Follow due to missing fields for task cancellation, including testing with Docker.
- #16489 : Add a dynamic cache limit for Snapshot Repository Data, proportional to heap size, configurable through YAML settings, designed to minimize impact on existing deployments.
- #16434 : Fixed an issue causing CI failures related to Lucene’s total hits handling. Adjusted checks to account for whether the total hits count is exact or a lower bound.
- #8390 : Updated documentation.
2. Spring AI Spring AI
- #1344 : Added background removal feature using Stability AI API, sending images as byte[] and receiving base64 responses.
- #1435 : Fixed permission issue in OpenSearch Vector Store, limiting search to authorized indices.
- #1330 : Added and updated documentation.