From c41d1d125e048e48cb3759a6fff59b22f0fc2764 Mon Sep 17 00:00:00 2001 From: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:31:48 -0700 Subject: [PATCH] adding release notes for 3.0.0.0 (#1027) Signed-off-by: Sai Medhini Reddy Maryada (cherry picked from commit eeaedc3f709964ea6a4d436efbbead5af1ac0b9a) --- ...ection-dashboards.release-notes-3.0.0.0.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection-dashboards.release-notes-3.0.0.0.md diff --git a/release-notes/opensearch-anomaly-detection-dashboards.release-notes-3.0.0.0.md b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-3.0.0.0.md new file mode 100644 index 00000000..334ce632 --- /dev/null +++ b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-3.0.0.0.md @@ -0,0 +1,19 @@ +## Version 3.0.0.0 Release Notes + +Compatible with OpenSearch Dashboards 3.0.0.0 + +### Features +- Implmentation of contextual launch ([#1005](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/1005)) + +### Bug Fixes +- Switching fieldcaps api to utilize js client ([#984](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/984)) +- Update namespace for alerting plugin to avoid conflict with alerting ([#1003](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/1003)) +- Fix remote cluster bug when remote and local have same name ([#1007](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/1007)) +- Display selected clusters correctly on edit page ([#1011](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/1011)) + +### Infrastructure +- change gradle run to dualcluster is true ([#998](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/998)) + +### Maintenance +- fix(security): Upgrade axios to 1.8.2 to fix SSRF ([#991](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/991)) +- Update @babel/runtime to >=7.26.10 ([#993](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/993))