From d44737e14eb7fee432906ec7ed72607580c7d9c7 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:30:20 -0700 Subject: [PATCH] release notes for 2.17 (#1299) (#1300) (cherry picked from commit b84dbfeaec7ef14d5e38c007d6a33477325e9551) Signed-off-by: Jackie Han Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- build.gradle | 2 +- ...rch-anomaly-detection.release-notes-2.17.0.0.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 release-notes/opensearch-anomaly-detection.release-notes-2.17.0.0.md diff --git a/build.gradle b/build.gradle index b4e2e9f4b..e018019f7 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { ext { opensearch_group = "org.opensearch" isSnapshot = "true" == System.getProperty("build.snapshot", "true") - opensearch_version = System.getProperty("opensearch.version", "2.17.0-SNAPSHOT") + opensearch_version = System.getProperty("opensearch.version", "2.15.0-SNAPSHOT") buildVersionQualifier = System.getProperty("build.version_qualifier", "") // 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT version_tokens = opensearch_version.tokenize('-') diff --git a/release-notes/opensearch-anomaly-detection.release-notes-2.17.0.0.md b/release-notes/opensearch-anomaly-detection.release-notes-2.17.0.0.md new file mode 100644 index 000000000..76bdd80db --- /dev/null +++ b/release-notes/opensearch-anomaly-detection.release-notes-2.17.0.0.md @@ -0,0 +1,14 @@ +## Version 2.17.0.0 Release Notes + +Compatible with OpenSearch 2.17.0 + +### Feature +* Add Support for Handling Missing Data in Anomaly Detection ([#1274](https://github.com/opensearch-project/anomaly-detection/pull/1274)) +* Adding remote index and multi-index checks in validation ([#1290](https://github.com/opensearch-project/anomaly-detection/pull/1290)) + +### Enhancements +* Fix inference logic and standardize config index mapping ([#1284](https://github.com/opensearch-project/anomaly-detection/pull/1284)) + +### Big Fixes +* Prevent resetting the latest flag of real-time when starting historical analysis ([#1287](https://github.com/opensearch-project/anomaly-detection/pull/1287)) +* Correct handling of null max aggregation values in SearchResponse ([#1292](https://github.com/opensearch-project/anomaly-detection/pull/1292))