From dad9d599365d39d6b5a510f79e76f1ca41ba7b4e Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:45:13 -0700 Subject: [PATCH] Add 2.14 release notes (#722) Signed-off-by: John Mazanec (cherry picked from commit 7da4259a7f9147b674236b302262c47a11e4ed8a) --- CHANGELOG.md | 12 +--------- ...ch-neural-search.release-notes-2.14.0.0.md | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+), 11 deletions(-) create mode 100644 release-notes/opensearch-neural-search.release-notes-2.14.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d21b82e66..c1a88ca4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,25 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Enhancements ### Bug Fixes ### Infrastructure -- Adding integration tests for scenario of hybrid query with aggregations ([#632](https://github.com/opensearch-project/neural-search/pull/632)) ### Documentation ### Maintenance ### Refactoring -## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.13...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.14...2.x) ### Features -- Support k-NN radial search parameters in neural search([#697](https://github.com/opensearch-project/neural-search/pull/697)) ### Enhancements -- BWC tests for text chunking processor ([#661](https://github.com/opensearch-project/neural-search/pull/661)) -- Allowing execution of hybrid query on index alias with filters ([#670](https://github.com/opensearch-project/neural-search/pull/670)) -- Allowing query by raw tokens in neural_sparse query ([#693](https://github.com/opensearch-project/neural-search/pull/693)) -- Removed stream.findFirst implementation to use more native iteration implement to improve hybrid query latencies by 35% ([#706](https://github.com/opensearch-project/neural-search/pull/706)) -- Removed map of subquery to subquery index in favor of storing index as part of disi wrapper to improve hybrid query latencies by 20% ([#711](https://github.com/opensearch-project/neural-search/pull/711)) ### Bug Fixes -- Add support for request_cache flag in hybrid query ([#663](https://github.com/opensearch-project/neural-search/pull/663)) -- Avoid change max_chunk_limit exceed exception in text chunking processor ([#717](https://github.com/opensearch-project/neural-search/pull/717)) ### Infrastructure ### Documentation ### Maintenance -- Update bwc tests for neural_query_enricher neural_sparse search ([#652](https://github.com/opensearch-project/neural-search/pull/652)) ### Refactoring diff --git a/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md b/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md new file mode 100644 index 000000000..ef56d491b --- /dev/null +++ b/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md @@ -0,0 +1,23 @@ +## Version 2.14.0.0 Release Notes + +Compatible with OpenSearch 2.14.0 + +### Features +* Support k-NN radial search parameters in neural search([#697](https://github.com/opensearch-project/neural-search/pull/697)) +### Enhancements +* BWC tests for text chunking processor ([#661](https://github.com/opensearch-project/neural-search/pull/661)) +* Add support for request_cache flag in hybrid query ([#663](https://github.com/opensearch-project/neural-search/pull/663)) +* Allowing execution of hybrid query on index alias with filters ([#670](https://github.com/opensearch-project/neural-search/pull/670)) +* Allowing query by raw tokens in neural_sparse query ([#693](https://github.com/opensearch-project/neural-search/pull/693)) +* Removed stream.findFirst implementation to use more native iteration implement to improve hybrid query latencies by 35% ([#706](https://github.com/opensearch-project/neural-search/pull/706)) +* Removed map of subquery to subquery index in favor of storing index as part of disi wrapper to improve hybrid query latencies by 20% ([#711](https://github.com/opensearch-project/neural-search/pull/711)) +* Avoid change max_chunk_limit exceed exception in text chunking processor ([#717](https://github.com/opensearch-project/neural-search/pull/717)) +### Bug Fixes +* Fix async actions are left in neural_sparse query ([#438](https://github.com/opensearch-project/neural-search/pull/438)) +* Fix typo for sparse encoding processor factory([#578](https://github.com/opensearch-project/neural-search/pull/578)) +* Add non-null check for queryBuilder in NeuralQueryEnricherProcessor ([#615](https://github.com/opensearch-project/neural-search/pull/615)) +* Add max_token_score field placeholder in NeuralSparseQueryBuilder to fix the rolling-upgrade from 2.x nodes bwc tests. ([#696](https://github.com/opensearch-project/neural-search/pull/696)) +### Infrastructure +* Adding integration tests for scenario of hybrid query with aggregations ([#632](https://github.com/opensearch-project/neural-search/pull/632)) +### Maintenance +* Update bwc tests for neural_query_enricher neural_sparse search ([#652](https://github.com/opensearch-project/neural-search/pull/652))