From de6e677c13e9a1a0aaf08e9058fcff77074a1455 Mon Sep 17 00:00:00 2001 From: Jackie Han Date: Fri, 8 Sep 2023 14:15:27 -0700 Subject: [PATCH] Add 2.10 release notes (#598) Signed-off-by: Jackie Han --- ...aly-detection-dashboards.release-notes-2.10.0.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.10.0.0.md diff --git a/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.10.0.0.md b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.10.0.0.md new file mode 100644 index 00000000..0244d436 --- /dev/null +++ b/release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.10.0.0.md @@ -0,0 +1,11 @@ +Compatible with OpenSearch Dashboards 2.10.0. + +### Enhancements +* Optimize fetching of augment-vis saved objects ([#562](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/562)) +* Fix display of detector names ([#585](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/585)) + +### Infrastructure + +* Remove version dependency in cypress workflow ([#554](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/554)) +* Bumped semver to latest legacy version ([#565](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/565)) +* Cypress workflow improvements ([#560](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/560))