Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.56 KB

opensearch-knn.release-notes-2.7.0.0.md

File metadata and controls

28 lines (19 loc) · 1.56 KB

Version 2.7.0.0 Release Notes

Compatible with OpenSearch 2.7.0

Enhancements

  • Support .opensearch-knn-model index as system index with security enabled (#827)

Bug Fixes

  • Throw errors on model deletion failures (#834)

Infrastructure

  • Add filter type to filtering release configs (#792)
  • Add CHANGELOG (#800)
  • Bump byte-buddy version from 1.12.22 to 1.14.2 (#804)
  • Add 2.6.0 to BWC Version Matrix ((#810))
  • Bump numpy version from 1.22.x to 1.24.2 (#811)
  • Update BWC Version with OpenSearch Version Bump ((#813))
  • Add GitHub action for secure integ tests (#836)
  • Bump byte-buddy version to 1.14.3 (#839)
  • Set gradle dependency scope for common-utils to testFixturesImplementation (#844)
  • Add client setting to ignore warning exceptions (#850)

Refactoring

  • Replace Map, List, and Set in org.opensearch.common.collect with java.util references (#816)