-
Notifications
You must be signed in to change notification settings - Fork 916
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: Yuanqi(Ella) Zhu <[email protected]>
- Loading branch information
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
66 changes: 66 additions & 0 deletions
66
release-notes/release-notes/opensearch-dashboards.release-notes-2.15.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,66 @@ | ||
## What's Changed | ||
### 📈 Features/Enhancements | ||
* [Workspace] Dashboard admin(groups/users) implementation by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6829 | ||
* [Multiple Datasource] Add data source selection service to support storing and getting selected data source updates by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6875 | ||
* [OSCI][FEAT] Changelog Project - PoC Changelog and release notes automation tool by @kavilla in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6918 | ||
* [MD]Remove endpoint validation for create data source saved object API by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6927 | ||
* [MD]Use placeholder for data source credentials fields when export saved object by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6931 | ||
* Modify the adding sample data part for timeline by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6934 | ||
* [Multiple DataSource] Do not support import data source object to Local cluster when not enable data source by @yujin-emma in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6913 | ||
* [MDS] Fix sample data to use datasources for TSVB visualizations by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6943 | ||
* Manual backport #6903 by @yujin-emma in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6952 | ||
* Fix web log sample visualization & vis-builder not rendering with data source issue by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6958 | ||
* [Data Explorer] Allow render from View directly, not from Data Explorer by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6959 | ||
* [Workspace]Change workspace description field to textarea by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6960 | ||
* [Workspace]Feat add use cases to workspace form by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6967 | ||
* Use JSON11 for handling long numerals (#6915) by @AMoo-Miki in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6970 | ||
* [VisBuilder] Change VisBuilder from experimental to production by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6971 | ||
* Modify the import for timeline visualization to includes data source name in MDS scenario by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6975 | ||
* Add missing aria-label for discover page by @abbyhu2000 in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6987 | ||
|
||
### 🐛 Bug Fixes | ||
* add http://www.site.com to lycheeignore by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6781 | ||
* [Workspace] Fix: Show a error toast when workspace read only user delete saved objects by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6783 | ||
* [Workspace] Fix workspace name duplication check by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6813 | ||
* Remove unused import and property (#6879) by @BionIT in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6884 | ||
* fix for quickrange to use datemath to parse datetime strings by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6834 | ||
* [BUG] fix default data source bug by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6912 | ||
* [Discover][Bug] Migrate global state from legacy URL by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6909 | ||
* Revert 815d2bd7c612450e2a15a6543c7e74558adf4a81 "Feat (core): Make theme settings user-specific and user-configurable (#5652) (#6681)" by @seraphjiang in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6978 | ||
|
||
### 🛡 Security | ||
* Bump tar from 6.1.13 to 6.2.1 by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6914 | ||
* [CVE-2024-33883] Bump ejs from `3.1.7` to `3.1.10` by @ananzh in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6924 | ||
* [GHSA-x565-32qp-m3vf] Bump `jimp` to remove phin dependency (#6977) by @AMoo-Miki in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6985 | ||
|
||
### 🚞 Infrastructure | ||
* [Release] Add release.yml for release notes automation by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7005 | ||
|
||
### 📝 Documentation | ||
* Add OpenAPI specification for get and create saved object APIs by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6801 | ||
* Updating security reachout email by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6787 | ||
* Add openAPI doc for saved_object find api by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6858 | ||
* Add OpenAPI specification for bulk create and bulk update saved object APIs by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6863 | ||
* Add OpenAPI specification for update, delete and migrate saved object API by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6866 | ||
* Add OpenAPI specification for bulk_get saved object APIs by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6865 | ||
* Add example in create API for create index pattern, vega visualizatinn, dashboards for docs by @zhyuanqi in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6867 | ||
* Add OpenAPI specification for import and export saved object api by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6883 | ||
* Add OpenAPI specifications for resolve import errors api by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6886 | ||
* docs: remove `attributes.` in SavedObjectsFindOptions.fields example by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6917 | ||
* Update sidecar z-index style by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6968 | ||
* Add changelog for #6898 by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6993 | ||
* Add missing change log for PR 6872, 6903 by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6995 | ||
|
||
### 🛠 Maintenance | ||
* add @zhyuanqi as a maintainer by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6789 | ||
* Move @BSFishy to emeritus maintainer by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6793 | ||
* add @mengweieric as maintainer by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6800 | ||
* Update json5 dependency by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6946 | ||
* Add Suchit to be a maintainer by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6997 | ||
|
||
### 🪛 Refactoring | ||
* [Multi Datasource] Unify getDefaultDataSourceId and export by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6882 | ||
|
||
### 🔩 Tests | ||
* [Multiple Datasource Test] Add test for edit data source form by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6758 | ||
* Multiple Datasource Test] Add test for error_menu, item, data_source_multi_selectable by @opensearch-trigger-bot in https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6768 |