Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

27 lines (23 loc) · 1.21 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

Documentation

Maintenance

Refactoring

Features

Enhancements

  • Introduced a writing layer in native engines where relies on the writing interface to process IO. (#2241)[opensearch-project#2241]

Bug Fixes

Infrastructure

  • Updated C++ version in JNI from c++11 to c++17 #2259

Documentation

Maintenance

  • Select index settings based on cluster version2236

Refactoring