|
| 1 | +## Version 2.19.0.0 Release Notes |
| 2 | +Compatible with OpenSearch 2.19.0 |
| 3 | + |
| 4 | +### Maintenance |
| 5 | +* Updates the defaults for frontend ([#76](https://github.com/opensearch-project/query-insights-dashboards/pull/76)) |
| 6 | +* Ensure constants and utils are under common ([#88](https://github.com/opensearch-project/query-insights-dashboards/pull/88)) |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | +* Fix broken jest tests ([#18](https://github.com/opensearch-project/query-insights-dashboards/pull/18)) |
| 10 | +* Fix bugs in UI and refactor code ([#15](https://github.com/opensearch-project/query-insights-dashboards/pull/15)) |
| 11 | +* Fix error thrown on overview page ([#24](https://github.com/opensearch-project/query-insights-dashboards/pull/24)) |
| 12 | +* Fix default strings across pages ([#51](https://github.com/opensearch-project/query-insights-dashboards/pull/51)) |
| 13 | +* Fix bugs on configuration pages and refactor code ([#49](https://github.com/opensearch-project/query-insights-dashboards/pull/49)) |
| 14 | +* Fix all filters on the main page ([#78](https://github.com/opensearch-project/query-insights-dashboards/pull/78)) |
| 15 | +* Fix cypress tests after changing the default values ([#82](https://github.com/opensearch-project/query-insights-dashboards/pull/82)) |
| 16 | + |
| 17 | +### Enhancements |
| 18 | +* Top n queries overview page ([#7](https://github.com/opensearch-project/query-insights-dashboards/pull/7)) |
| 19 | +* Top n queries configuration page ([#8](https://github.com/opensearch-project/query-insights-dashboards/pull/8)) |
| 20 | +* Top n queries connected to api ([#10](https://github.com/opensearch-project/query-insights-dashboards/pull/10)) |
| 21 | +* Top n queries query details page ([#9](https://github.com/opensearch-project/query-insights-dashboards/pull/9)) |
| 22 | +* Remove records with grouping ([#26](https://github.com/opensearch-project/query-insights-dashboards/pull/26)) |
| 23 | +* Make sure API configuration changes are reflected on the UI ([#28](https://github.com/opensearch-project/query-insights-dashboards/pull/28)) |
| 24 | +* Revert "remove records with grouping ([#32](https://github.com/opensearch-project/query-insights-dashboards/pull/32)) |
| 25 | +* Cypress tests set up with e2e tests for all pages ([#34](https://github.com/opensearch-project/query-insights-dashboards/pull/34)) |
| 26 | +* Fix table strings and add unit tests ([#25](https://github.com/opensearch-project/query-insights-dashboards/pull/25)) |
| 27 | +* Query grouping dashboard changes and extensive tests ([#33](https://github.com/opensearch-project/query-insights-dashboards/pull/33)) |
| 28 | +* Cypress tests for query grouping ([#55](https://github.com/opensearch-project/query-insights-dashboards/pull/55)) |
| 29 | +* Changes to conform to new navigation and page header when feature flag enabled ([#60](https://github.com/opensearch-project/query-insights-dashboards/pull/60)) |
| 30 | +* Query/group details make API call to fetch data ([#63](https://github.com/opensearch-project/query-insights-dashboards/pull/63)) |
| 31 | +* MDS support for query insights dashboards ([#71](https://github.com/opensearch-project/query-insights-dashboards/pull/71)) |
| 32 | +* Add configuration section for exporter and delete_after ([#53](https://github.com/opensearch-project/query-insights-dashboards/pull/53)) |
| 33 | +* Version decoupling and tests for MDS ([#74](https://github.com/opensearch-project/query-insights-dashboards/pull/74)) |
| 34 | + |
| 35 | +### Infrastructure |
| 36 | +* Configure Mend for GitHub.com ([#1](https://github.com/opensearch-project/query-insights-dashboards/pull/1)) |
| 37 | +* Bootstrap query insights dashboards repo ([#2](https://github.com/opensearch-project/query-insights-dashboards/pull/2)) |
| 38 | +* Set up basic ci workflow for query insights dashboards ([#3](https://github.com/opensearch-project/query-insights-dashboards/pull/3)) |
| 39 | +* Fix eslint config and related linting issues ([#20](https://github.com/opensearch-project/query-insights-dashboards/pull/20)) |
| 40 | +* Add github workflow for backport ([#23](https://github.com/opensearch-project/query-insights-dashboards/pull/23)) |
| 41 | +* Set up github actions for 2.x ([#36](https://github.com/opensearch-project/query-insights-dashboards/pull/36)) |
| 42 | +* Query grouping dashboard changes and extensive tests ([#48](https://github.com/opensearch-project/query-insights-dashboards/pull/48)) |
| 43 | + |
| 44 | +### Documentation |
| 45 | +* 2.19 Release Notes ([#90](https://github.com/opensearch-project/query-insights-dashboards/pull/90)) |
0 commit comments