-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added release notes for 2.12 release
Signed-off-by: sumukhswamy <[email protected]>
- Loading branch information
1 parent
886af5f
commit 153f8de
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
release-notes/opensearch-query-workbench.release-notes-2.12.0.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,40 @@ | ||
## Version 2.12.0.0 Release Notes | ||
|
||
Compatible with OpenSearch and OpenSearch Dashboards 2.12.0 | ||
|
||
### Features | ||
|
||
Add materlized views, manual refresh option https://github.com/opensearch-project/dashboards-query-workbench/pull/159 | ||
Added changes for making tree view persistent https://github.com/opensearch-project/dashboards-query-workbench/pull/153 | ||
Support dark mode and session for sql https://github.com/opensearch-project/dashboards-query-workbench/pull/165 | ||
Update ppl editor readonly property https://github.com/opensearch-project/dashboards-query-workbench/pull/248 | ||
Support for multiple datasource sessions https://github.com/opensearch-project/dashboards-query-workbench/pull/251 | ||
|
||
### Bug Fixes | ||
|
||
fixed create table async query bug https://github.com/opensearch-project/dashboards-query-workbench/pull/158 | ||
design changes for loading, changed the banner: https://github.com/opensearch-project/dashboards-query-workbench/pull/170 | ||
Make checkpoint mandatory, add watermark delay, minor UI fixes https://github.com/opensearch-project/dashboards-query-workbench/pull/173 | ||
UI fixes for loading state, empty tree, added toast for error, fixed no indicies error https://github.com/opensearch-project/dashboards-query-workbench/pull/176 | ||
Session update, minor fixes for acceleration flyout https://github.com/opensearch-project/dashboards-query-workbench/pull/179 | ||
Add backticks and remove ckpt for manual refresh in acceleration flyout https://github.com/opensearch-project/dashboards-query-workbench/pull/183 | ||
UI-bug fixes, added create query for MV https://github.com/opensearch-project/dashboards-query-workbench/pull/182 | ||
added fix for loading spinner issue for other database https://github.com/opensearch-project/dashboards-query-workbench/pull/189 | ||
Fix error handling for user w/o proper permissions https://github.com/opensearch-project/dashboards-query-workbench/pull/195 | ||
Add minutes option to acceleration https://github.com/opensearch-project/dashboards-query-workbench/pull/249 | ||
added changes for cancel query not being able to cancel https://github.com/opensearch-project/dashboards-query-workbench/pull/256 | ||
|
||
### Infrastructure | ||
|
||
Fix jest tests https://github.com/opensearch-project/dashboards-query-workbench/pull/255 | ||
|
||
### Maintenance | ||
|
||
Increment version to 2.12.0.0 https://github.com/opensearch-project/dashboards-query-workbench/pull/164 | ||
Onboard Jenkins prod docker images to github actions https://github.com/opensearch-project/dashboards-query-workbench/pull/198 | ||
Bump Cypress to version 12 https://github.com/opensearch-project/dashboards-query-workbench/pull/234 | ||
Add E2E Cypress workflow for sql workbench https://github.com/opensearch-project/dashboards-query-workbench/pull/235 | ||
Add FTR workflow for sql workbench https://github.com/opensearch-project/dashboards-query-workbench/pull/239 | ||
Add eslint workflow https://github.com/opensearch-project/dashboards-query-workbench/pull/245 | ||
babel config change: https://github.com/opensearch-project/dashboards-query-workbench/pull/229 | ||
|