Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

29 lines (25 loc) · 1.57 KB

CHANGELOG

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.

Features

Enhancements

Bug Fixes

Infrastructure

  • Removed JDK 11 and 17 version from CI runs #1921
  • Upgrade min JDK compatibility to JDK 21 #2422

Documentation

Maintenance

  • Update package name to fix compilation issue #2513

Refactoring

Features

Enhancements

Bug Fixes

Infrastructure

Documentation

Maintenance

  • 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 nest jni/release directory under jni/build for easier cleanup #2516

Refactoring