From 55cb82dbd5e146e0c149ca221c6c497c130597c2 Mon Sep 17 00:00:00 2001 From: Heemin Kim Date: Thu, 5 Oct 2023 12:03:37 -0700 Subject: [PATCH] Add 2.11 release note Signed-off-by: Heemin Kim --- CHANGELOG.md | 5 +---- release-notes/opensearch-knn.release-notes-2.11.0.0.md | 9 +++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 release-notes/opensearch-knn.release-notes-2.11.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b17c8f63..9f79b0414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +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/k-NN/compare/2.10...2.x) +## [Unreleased 2.x](https://github.com/opensearch-project/k-NN/compare/2.11...2.x) ### Features ### Enhancements -* Added support for ignore_unmapped in KNN queries. [#1071](https://github.com/opensearch-project/k-NN/pull/1071) -* Add graph creation stats to the KNNStats API. [#1141](https://github.com/opensearch-project/k-NN/pull/1141) ### Bug Fixes ### Infrastructure ### Documentation ### Maintenance -- Update bytebuddy to 1.14.7 [#1135](https://github.com/opensearch-project/k-NN/pull/1135) ### Refactoring diff --git a/release-notes/opensearch-knn.release-notes-2.11.0.0.md b/release-notes/opensearch-knn.release-notes-2.11.0.0.md new file mode 100644 index 000000000..9e8ab62d1 --- /dev/null +++ b/release-notes/opensearch-knn.release-notes-2.11.0.0.md @@ -0,0 +1,9 @@ +## Version 2.11.0.0 Release Notes + +Compatible with OpenSearch 2.11.0 + +### Enhancements +* Added support for ignore_unmapped in KNN queries. [#1071](https://github.com/opensearch-project/k-NN/pull/1071) +* Add graph creation stats to the KNNStats API. [#1141](https://github.com/opensearch-project/k-NN/pull/1141) +### Maintenance +- Update bytebuddy to 1.14.7 [#1135](https://github.com/opensearch-project/k-NN/pull/1135)