From 19965f59fdf8b4cb08703bb1a0a2909e539eff34 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 10:09:52 -0700 Subject: [PATCH] Add 2.9.0 release notes (#961) (#964) Signed-off-by: Junqiu Lei (cherry picked from commit 3e2a4065ccf09ecbe861e2805c41c09e42454f7c) Co-authored-by: Junqiu Lei --- CHANGELOG.md | 3 +-- release-notes/opensearch-knn.release-notes-2.9.0.0.md | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 release-notes/opensearch-knn.release-notes-2.9.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c2b5c91..eb2b04796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Maintenance ### Refactoring -## [Unreleased 2.x](https://github.com/opensearch-project/k-NN/compare/2.8...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/k-NN/compare/2.9...2.x) ### Features -* Added efficient filtering support for Faiss Engine ([#936](https://github.com/opensearch-project/k-NN/pull/936)) ### Enhancements ### Bug Fixes ### Infrastructure diff --git a/release-notes/opensearch-knn.release-notes-2.9.0.0.md b/release-notes/opensearch-knn.release-notes-2.9.0.0.md new file mode 100644 index 000000000..10e9cbdda --- /dev/null +++ b/release-notes/opensearch-knn.release-notes-2.9.0.0.md @@ -0,0 +1,6 @@ +## Version 2.9.0.0 Release Notes + +Compatible with OpenSearch 2.9.0 + +### Features +Added support for Efficient Pre-filtering for Faiss Engine ([#936](https://github.com/opensearch-project/k-NN/pull/936))