From df61ac14aba7566f319b6fff746261ab4c3d7d3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jan 2025 23:28:31 +0000 Subject: [PATCH] 2.19 release notes (#90) Signed-off-by: David Zane (cherry picked from commit 0a7e9a9eb307881187cf95e2517c82afe1e5ed66) Signed-off-by: github-actions[bot] --- ...ights-dashboards.release-notes-2.19.0.0.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 release-notes/opensearch-query-insights-dashboards.release-notes-2.19.0.0.md diff --git a/release-notes/opensearch-query-insights-dashboards.release-notes-2.19.0.0.md b/release-notes/opensearch-query-insights-dashboards.release-notes-2.19.0.0.md new file mode 100644 index 0000000..d28bf95 --- /dev/null +++ b/release-notes/opensearch-query-insights-dashboards.release-notes-2.19.0.0.md @@ -0,0 +1,45 @@ +## Version 2.19.0.0 Release Notes +Compatible with OpenSearch 2.19.0 + +### Maintenance +* Updates the defaults for frontend ([#76](https://github.com/opensearch-project/query-insights-dashboards/pull/76)) +* Ensure constants and utils are under common ([#88](https://github.com/opensearch-project/query-insights-dashboards/pull/88)) + +### Bug Fixes +* Fix broken jest tests ([#18](https://github.com/opensearch-project/query-insights-dashboards/pull/18)) +* Fix bugs in UI and refactor code ([#15](https://github.com/opensearch-project/query-insights-dashboards/pull/15)) +* Fix error thrown on overview page ([#24](https://github.com/opensearch-project/query-insights-dashboards/pull/24)) +* Fix default strings across pages ([#51](https://github.com/opensearch-project/query-insights-dashboards/pull/51)) +* Fix bugs on configuration pages and refactor code ([#49](https://github.com/opensearch-project/query-insights-dashboards/pull/49)) +* Fix all filters on the main page ([#78](https://github.com/opensearch-project/query-insights-dashboards/pull/78)) +* Fix cypress tests after changing the default values ([#82](https://github.com/opensearch-project/query-insights-dashboards/pull/82)) + +### Enhancements +* Top n queries overview page ([#7](https://github.com/opensearch-project/query-insights-dashboards/pull/7)) +* Top n queries configuration page ([#8](https://github.com/opensearch-project/query-insights-dashboards/pull/8)) +* Top n queries connected to api ([#10](https://github.com/opensearch-project/query-insights-dashboards/pull/10)) +* Top n queries query details page ([#9](https://github.com/opensearch-project/query-insights-dashboards/pull/9)) +* Remove records with grouping ([#26](https://github.com/opensearch-project/query-insights-dashboards/pull/26)) +* Make sure API configuration changes are reflected on the UI ([#28](https://github.com/opensearch-project/query-insights-dashboards/pull/28)) +* Revert "remove records with grouping ([#32](https://github.com/opensearch-project/query-insights-dashboards/pull/32)) +* Cypress tests set up with e2e tests for all pages ([#34](https://github.com/opensearch-project/query-insights-dashboards/pull/34)) +* Fix table strings and add unit tests ([#25](https://github.com/opensearch-project/query-insights-dashboards/pull/25)) +* Query grouping dashboard changes and extensive tests ([#33](https://github.com/opensearch-project/query-insights-dashboards/pull/33)) +* Cypress tests for query grouping ([#55](https://github.com/opensearch-project/query-insights-dashboards/pull/55)) +* Changes to conform to new navigation and page header when feature flag enabled ([#60](https://github.com/opensearch-project/query-insights-dashboards/pull/60)) +* Query/group details make API call to fetch data ([#63](https://github.com/opensearch-project/query-insights-dashboards/pull/63)) +* MDS support for query insights dashboards ([#71](https://github.com/opensearch-project/query-insights-dashboards/pull/71)) +* Add configuration section for exporter and delete_after ([#53](https://github.com/opensearch-project/query-insights-dashboards/pull/53)) +* Version decoupling and tests for MDS ([#74](https://github.com/opensearch-project/query-insights-dashboards/pull/74)) + +### Infrastructure +* Configure Mend for GitHub.com ([#1](https://github.com/opensearch-project/query-insights-dashboards/pull/1)) +* Bootstrap query insights dashboards repo ([#2](https://github.com/opensearch-project/query-insights-dashboards/pull/2)) +* Set up basic ci workflow for query insights dashboards ([#3](https://github.com/opensearch-project/query-insights-dashboards/pull/3)) +* Fix eslint config and related linting issues ([#20](https://github.com/opensearch-project/query-insights-dashboards/pull/20)) +* Add github workflow for backport ([#23](https://github.com/opensearch-project/query-insights-dashboards/pull/23)) +* Set up github actions for 2.x ([#36](https://github.com/opensearch-project/query-insights-dashboards/pull/36)) +* Query grouping dashboard changes and extensive tests ([#48](https://github.com/opensearch-project/query-insights-dashboards/pull/48)) + +### Documentation +* 2.19 Release Notes ([#90](https://github.com/opensearch-project/query-insights-dashboards/pull/90))