Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] 2.19 release notes #91

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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))
Loading