From 5ca7a67ae47261e6f71bcacb78fbc3f87ed6024e Mon Sep 17 00:00:00 2001 From: Heemin Kim Date: Thu, 5 Oct 2023 12:08:46 -0700 Subject: [PATCH] Add 2.11 release note Signed-off-by: Heemin Kim --- CHANGELOG.md | 4 +--- .../opensearch-neural-search.release-notes-2.11.0.0.md | 8 ++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 release-notes/opensearch-neural-search.release-notes-2.11.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 61dedd0d5..0f34ea0b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,13 +13,11 @@ 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/neural-search/compare/2.10...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.11...2.x) ### Features -Support sparse semantic retrieval by introducing `sparse_encoding` ingest processor and query builder ([#333](https://github.com/opensearch-project/neural-search/pull/333)) ### Enhancements ### Bug Fixes ### Infrastructure ### Documentation ### Maintenance -Consumed latest changes from core, use QueryPhaseSearcherWrapper as parent class for Hybrid QPS ([#356](https://github.com/opensearch-project/neural-search/pull/356)) ### Refactoring diff --git a/release-notes/opensearch-neural-search.release-notes-2.11.0.0.md b/release-notes/opensearch-neural-search.release-notes-2.11.0.0.md new file mode 100644 index 000000000..99f0de05f --- /dev/null +++ b/release-notes/opensearch-neural-search.release-notes-2.11.0.0.md @@ -0,0 +1,8 @@ +## Version 2.11.0.0 Release Notes + +Compatible with OpenSearch 2.11.0 + +### Features +Support sparse semantic retrieval by introducing `sparse_encoding` ingest processor and query builder ([#333](https://github.com/opensearch-project/neural-search/pull/333)) +### Maintenance +Consumed latest changes from core, use QueryPhaseSearcherWrapper as parent class for Hybrid QPS ([#356](https://github.com/opensearch-project/neural-search/pull/356))