From 60b1ce84063fc89793d37812e6529e7c3f2b3034 Mon Sep 17 00:00:00 2001 From: Naveen Tatikonda Date: Wed, 4 Sep 2024 17:35:29 -0500 Subject: [PATCH] Add release notes for 2.17 (#882) Signed-off-by: Naveen Tatikonda --- CHANGELOG.md | 4 +--- .../opensearch-neural-search.release-notes-2.17.0.0.md | 9 +++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 release-notes/opensearch-neural-search.release-notes-2.17.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3643abb..5290345db 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.16...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.17...2.x) ### Features ### Enhancements ### Bug Fixes -- Fixed merge logic in hybrid query for multiple shards case ([#877](https://github.com/opensearch-project/neural-search/pull/877)) ### Infrastructure -- Update batch related tests to use batch_size in processor & refactor BWC version check ([#852](https://github.com/opensearch-project/neural-search/pull/852)) ### Documentation ### Maintenance ### Refactoring diff --git a/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md b/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md new file mode 100644 index 000000000..285758258 --- /dev/null +++ b/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md @@ -0,0 +1,9 @@ +## Version 2.17.0.0 Release Notes + +Compatible with OpenSearch 2.17.0 + +### Bug Fixes +- Removing code to cut search results of hybrid search in the priority queue ([#867](https://github.com/opensearch-project/neural-search/pull/867)) +- Fixed merge logic in hybrid query for multiple shards case ([#877](https://github.com/opensearch-project/neural-search/pull/877)) +### Infrastructure +- Update batch related tests to use batch_size in processor & refactor BWC version check ([#852](https://github.com/opensearch-project/neural-search/pull/852)) \ No newline at end of file