Skip to content

Latest commit

 

History

History
49 lines (45 loc) · 4.25 KB

CHANGELOG.md

File metadata and controls

49 lines (45 loc) · 4.25 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

  • Fixing the bug when a segment has no vector field present for disk based vector search (#2282)[opensearch-project#2282]
  • Fixing the bug where search fails with "fields" parameter for an index with a knn_vector field (#2314)[opensearch-project#2314]
  • Fix for NPE while merging segments after all the vector fields docs are deleted (#2365)[opensearch-project#2365]
  • Allow validation for non knn index only after 2.17.0 (#2315)[opensearch-project#2315]
  • Fixing the bug to prevent updating the index.knn setting after index creation(#2348)[opensearch-project#2348]
  • Release query vector memory after execution (#2346)[opensearch-project#2346]
  • Fix shard level rescoring disabled setting flag (#2352)[opensearch-project#2352]
  • Fix filter rewrite logic which was resulting in getting inconsistent / incorrect results for cases where filter was getting rewritten for shards (#2359)[opensearch-project#2359]
  • Fixing it to retrieve space_type from index setting when both method and top level don't have the value. #2374

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 periodic cache maintenance for QuantizationStateCache and NativeMemoryCache #2308
  • 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
  • Bump Faiss commit from 1f42e81 to 0cbc2a8 to accelerate hamming distance calculation using _mm512_popcnt_epi64 intrinsic and also add avx512-fp16 instructions to boost performance #2381

Refactoring