From 3bea59ae27ff4c920ec712dc25ae3605c5084e26 Mon Sep 17 00:00:00 2001 From: Kaushal Kumar Date: Fri, 14 Feb 2025 12:33:25 -0800 Subject: [PATCH] add CHANGELOG Signed-off-by: Kaushal Kumar --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61656d3d9ca98..29923e9431ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - [Star Tree] [Search] Extensible design to support different query and field types ([#17137](https://github.com/opensearch-project/OpenSearch/pull/17137)) - Improve performace of NumericTermAggregation by avoiding unnecessary sorting([#17252](https://github.com/opensearch-project/OpenSearch/pull/17252)) - [Rule Based Auto-tagging] Add in-memory attribute value store ([#17342](https://github.com/opensearch-project/OpenSearch/pull/17342)) +- [Rule Based Auto-tagging] Add the service class to manage in-memory rules view ([#17365](https://github.com/opensearch-project/OpenSearch/pull/17365)) ### Dependencies - Bump `com.google.cloud:google-cloud-core-http` from 2.23.0 to 2.47.0 ([#16504](https://github.com/opensearch-project/OpenSearch/pull/16504))