From bf4956e809fbfaefe27967dd95c360e7c7c2d634 Mon Sep 17 00:00:00 2001 From: Navneet Verma Date: Mon, 4 Sep 2023 10:36:48 -0700 Subject: [PATCH] Added release notes for 2.10 release Signed-off-by: Navneet Verma --- CHANGELOG.md | 5 +++-- ...opensearch-neural-search.release-notes-2.10.0.0.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 2 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 7c504d813..2178272b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,15 @@ 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..ce05483a9 --- /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 +* 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))