From 9476d435931315f0b646b3d9c654e80e5a02a828 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:42:42 -0700 Subject: [PATCH] Added release notes for 2.10 release (#277) (#287) (#296) Signed-off-by: Navneet Verma (cherry picked from commit adecea57f0103070d4e8bf0958af2cecce284c53) Co-authored-by: Navneet Verma --- CHANGELOG.md | 8 ++------ ...opensearch-neural-search.release-notes-2.10.0.0.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 release-notes/opensearch-neural-search.release-notes-2.10.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5665fbd..1b3ea389e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,15 +12,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.7...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.10...2.x) ### Features -* Added Score Normalization and Combination feature ([#241](https://github.com/opensearch-project/neural-search/pull/241/)) ### Enhancements -* Changed format for hybrid query results to a single list of scores with delimiter ([#259](https://github.com/opensearch-project/neural-search/pull/259)) -* Added validations for score combination weights in Hybrid Search ([#265](https://github.com/opensearch-project/neural-search/pull/265)) -* Made hybrid search active by default ([#274](https://github.com/opensearch-project/neural-search/pull/274)) ### Bug Fixes ### Infrastructure ### Documentation ### Maintenance -### Refactoring \ No newline at end of file +### Refactoring diff --git a/release-notes/opensearch-neural-search.release-notes-2.10.0.0.md b/release-notes/opensearch-neural-search.release-notes-2.10.0.0.md new file mode 100644 index 000000000..5c86a24dd --- /dev/null +++ b/release-notes/opensearch-neural-search.release-notes-2.10.0.0.md @@ -0,0 +1,11 @@ +## Version 2.10.0.0 Release Notes + +Compatible with OpenSearch 2.10.0 + +### Features +* Improved Hybrid Search relevancy by Score Normalization and Combination ([#241](https://github.com/opensearch-project/neural-search/pull/241/)) + +### Enhancements +* Changed format for hybrid query results to a single list of scores with delimiter ([#259](https://github.com/opensearch-project/neural-search/pull/259)) +* Added validations for score combination weights in Hybrid Search ([#265](https://github.com/opensearch-project/neural-search/pull/265)) +* Made hybrid search active by default ([#274](https://github.com/opensearch-project/neural-search/pull/274))