-
Notifications
You must be signed in to change notification settings - Fork 66
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: David Cui <[email protected]>
- Loading branch information
1 parent
83bf1b4
commit 4a791ae
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
release-notes/opensearch-dashboards-reports.release-notes-1.0.0.0-rc1.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,25 @@ | ||
## 2021-05-25 Version 1.0.0.0-rc1 | ||
Compatible with OpenSearch 1.0.0-rc1 | ||
|
||
### Enhancements | ||
* Use output_only parameter for notebook reports ([#32](https://github.com/opensearch-project/dashboards-reports/pull/32)) | ||
* Add Logic to Auto-populate Notebooks from Context menu ([#30](https://github.com/opensearch-project/dashboards-reports/pull/30)) | ||
* [Query Builder] Correctly handle matched phrases when a single value is specified or when the match phrases is negated ([#33](https://github.com/opensearch-project/dashboards-reports/pull/33)) | ||
* Replace osd header in context menu ([#37](https://github.com/opensearch-project/dashboards-reports/pull/37)) | ||
* Remove visualization editor in visualization reports ([#50](https://github.com/opensearch-project/dashboards-reports/pull/50)) | ||
* Increase chromium timeout to 100s ([#58](https://github.com/opensearch-project/dashboards-reports/pull/58)) | ||
|
||
### Bug Fixes | ||
* Fix case-sensitive directory name for chromium zip ([#35](https://github.com/opensearch-project/dashboards-reports/pull/35)) | ||
* Add condition to fix negative value display ([#51](https://github.com/opensearch-project/dashboards-reports/pull/51)) | ||
* Fix csv parsing function ([#53](https://github.com/opensearch-project/dashboards-reports/pull/53)) | ||
|
||
### Infrastructure | ||
* Update issue template with multiple labels ([#36](https://github.com/opensearch-project/dashboards-reports/pull/36)) | ||
* Bump path-parse version to 1.0.7 to address CVE ([#59](https://github.com/opensearch-project/dashboards-reports/pull/59)) | ||
* Update README CoC Link ([#56](https://github.com/opensearch-project/dashboards-reports/pull/56)) | ||
|
||
### OpenSearch Migration | ||
* Change opendistro to opensearch in email template ([#31](https://github.com/opensearch-project/dashboards-reports/pull/31)) | ||
* Update Namespaces/API/Documentation for OpenSearch ([#55](https://github.com/opensearch-project/dashboards-reports/pull/55)) | ||
* Migrate multiple commits from OpenDistro Kibana Reports ([#57](https://github.com/opensearch-project/dashboards-reports/pull/57)) |