From 52795807658f6e719f4c22147a54e0baca5c43dd Mon Sep 17 00:00:00 2001 From: Varun Jain Date: Tue, 19 Mar 2024 06:48:55 +0530 Subject: [PATCH] Add release notes for 2.13.0 release (#649) Signed-off-by: Varun Jain --- CHANGELOG.md | 9 +-------- ...nsearch-neural-search.release-notes-2.13.0.0.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 release-notes/opensearch-neural-search.release-notes-2.13.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f9977256a..4d38f298d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,17 +12,10 @@ 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.12...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.13...2.x) ### Features -- Implement document chunking processor with fixed token length and delimiter algorithm ([#607](https://github.com/opensearch-project/neural-search/pull/607/)) -- Enabled support for applying default modelId in neural sparse query ([#614](https://github.com/opensearch-project/neural-search/pull/614) ### Enhancements -- Adding aggregations in hybrid query ([#630](https://github.com/opensearch-project/neural-search/pull/630)) -- Support for post filter in hybrid query ([#633](https://github.com/opensearch-project/neural-search/pull/633)) ### Bug Fixes -- Fix typo for sparse encoding processor factory([#600](https://github.com/opensearch-project/neural-search/pull/600)) -- Add non-null check for queryBuilder in NeuralQueryEnricherProcessor ([#619](https://github.com/opensearch-project/neural-search/pull/619)) -- Fix runtime exceptions in hybrid query for case when sub-query scorer return TwoPhase iterator that is incompatible with DISI iterator ([#624](https://github.com/opensearch-project/neural-search/pull/624)) ### Infrastructure ### Documentation ### Maintenance diff --git a/release-notes/opensearch-neural-search.release-notes-2.13.0.0.md b/release-notes/opensearch-neural-search.release-notes-2.13.0.0.md new file mode 100644 index 000000000..35b32ab7a --- /dev/null +++ b/release-notes/opensearch-neural-search.release-notes-2.13.0.0.md @@ -0,0 +1,14 @@ +## Version 2.13.0.0 Release Notes + +Compatible with OpenSearch 2.13.0 + +### Features +- Implement document chunking processor with fixed token length and delimiter algorithm ([#607](https://github.com/opensearch-project/neural-search/pull/607/)) +- Enabled support for applying default modelId in neural sparse query ([#614](https://github.com/opensearch-project/neural-search/pull/614) +### Enhancements +- Adding aggregations in hybrid query ([#630](https://github.com/opensearch-project/neural-search/pull/630)) +- Support for post filter in hybrid query ([#633](https://github.com/opensearch-project/neural-search/pull/633)) +### Bug Fixes +- Fix typo for sparse encoding processor factory([#600](https://github.com/opensearch-project/neural-search/pull/600)) +- Add non-null check for queryBuilder in NeuralQueryEnricherProcessor ([#619](https://github.com/opensearch-project/neural-search/pull/619)) +- Fix runtime exceptions in hybrid query for case when sub-query scorer return TwoPhase iterator that is incompatible with DISI iterator ([#624](https://github.com/opensearch-project/neural-search/pull/624)) \ No newline at end of file