-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jackie Han <[email protected]>
- Loading branch information
1 parent
b06f1f7
commit 76de14c
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
release-notes/opensearch-anomaly-detection-dashboards.release-notes-2.17.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Version 2.17.0.0 Release Notes | ||
|
||
Compatible with OpenSearch Dashboards 2.17.0 | ||
|
||
### Features | ||
* [Look&Feel] Use smaller and compressed varients of buttons and form components ([#826](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/826)) | ||
* header redesign ([#841](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/841)) | ||
* [Look&Feel] Consistency and density improvements ([#836](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/836)) | ||
* Add Missing Value Imputation Options and Update Shingle Size Limit ([#851](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/851)) | ||
* Add ignore rules comparing actual and expected values ([#859](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/859)) | ||
|
||
### Bug Fixes | ||
* fix an issue that causes dataSourceId to not show in the URL on Overview landing page ([#828](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/828)) | ||
* Remove dataSourceFilter that breaks DataSourceView ([#837](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/837)) | ||
|
||
### Infrastructure | ||
* Fix monaco import issue in UTs ([#834](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/834)) | ||
* address CVE-2024-4067 ([#864](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/864)) | ||
|
||
### Maintenance | ||
* Update 2.x to 2.17.0 ([#844](https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/844)) |