All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. See the CONTRIBUTING guide for instructions on how to add changelog entries.
- Update package name to fix compilation issue #2513
- Enabled indices.breaker.total.use_real_memory setting via build.gradle for integTest Cluster to catch heap CB in local ITs and github CI actions #2395
- Fixing Lucene912Codec Issue with BWC for Lucene 10.0.1 upgrade#2429
- Enabled idempotency of local builds when using
./gradlew clean
and nestjni/release
directory underjni/build
for easier cleanup #2516