Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

40 lines (36 loc) · 2.83 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

Bug Fixes

Infrastructure

  • Updated C++ version in JNI from c++11 to c++17 #2259
  • Upgrade bytebuddy and objenesis version to match OpenSearch core and, update github ci runner for macos #2279

Documentation

Maintenance

  • Select index settings based on cluster version2236
  • Added null checks for fieldInfo in ExactSearcher to avoid NPE while running exact search for segments with no vector field (#2278)[opensearch-project#2278]
  • Added Lucene BWC tests (#2313)[opensearch-project#2313]
  • Upgrade jsonpath from 2.8.0 to 2.9.02325

Refactoring