From 95a326026e023266c014fd5ae7e2b83ac7bd6810 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Jul 2024 17:49:06 +0000 Subject: [PATCH] add 2.16 release note (#1268) Signed-off-by: Jackie Han (cherry picked from commit eb7aad4204f53904e567c2b7f0c10409b50e8624) Signed-off-by: github-actions[bot] --- ...anomaly-detection.release-notes-2.16.0.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection.release-notes-2.16.0.0.md diff --git a/release-notes/opensearch-anomaly-detection.release-notes-2.16.0.0.md b/release-notes/opensearch-anomaly-detection.release-notes-2.16.0.0.md new file mode 100644 index 000000000..607be5e22 --- /dev/null +++ b/release-notes/opensearch-anomaly-detection.release-notes-2.16.0.0.md @@ -0,0 +1,18 @@ +## Version 2.16.0.0 Release Notes + +Compatible with OpenSearch 2.16.0 + +### Feature +* Adding support for date_nanos to Anomaly Detection ([#1238](https://github.com/opensearch-project/anomaly-detection/pull/1238)) + +### Enhancements + +* update BWC test version and enhance code coverage([#1253](https://github.com/opensearch-project/anomaly-detection/pull/1253)) +* Register system index descriptors through SystemIndexPlugin.getSystemIndexDescriptors([#1251](https://github.com/opensearch-project/anomaly-detection/pull/1251)) +* Add feature filtering in model validation ([#1258](https://github.com/opensearch-project/anomaly-detection/pull/1258)) + +### Infrastructure +* set baseline JDK version to JDK-21 ([#1228](https://github.com/opensearch-project/anomaly-detection/pull/1228)) + +### Maintenance +* Update PULL_REQUEST_TEMPLATE to include an API spec change in the checklist ([#1262](https://github.com/opensearch-project/anomaly-detection/pull/1262))