This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
Releases: amazon-archives/sql-workbench
Releases · amazon-archives/sql-workbench
Version 1.9.0.2
Bug Fixes
- Fix: use column name if alias is an empty string (#84)
Version 1.9.0.1
Bug Fixes
- Fix: Kibana did not load properly (#81)
Version 1.9.0.0
Version 1.8.0.0
Version 1.7.0.0
2020-05-04 Version 1.7.0.0
Initial Release
This is the first official release of Open Distro SQL Workbench.
To use the SQL Workbench, you will need the Open Distro SQL plugin. This plugin you will be able to write SQL queries from a console UI directly through Kibana.
Features
- Initialize SQL Kibana plugin (#1)
- SQL Kibana plugin functionality implementation (#2)
- Update plugin name and adjust dependency version (#3)
- Added kibana plugin helper configuration (#4)
- Adjust the service routes to call SQL plugin (#5)
- Bumped up the version to support v7.3 compatibility (#6)
- Updated configureation for v7.3 compatibility (#7)
- Opendistro-1.3 compatible with ES and Kibana 7.3 (#8)
- Changed kibana version to v7.3.2 (#9)
- Support v7.1.1 Compatibility (#13)
- Bump pr-branch to v1.3 (#21)
- Support v7.4 compatibility for kibana and sql-plugin (#23)
- Improve the performance by ridding of sending redundant requests (#24)
- Added raw format in download options (#25)
- Update the release notes for the first official release (#27)
- Updated test cases and snapshots (#28)
- Initial merge from development branches to master (#31)
- Support the result table to display results of DESCRIBE/SHOW/DELETE queries (#37)
- Adjust the appearance of SQL Workbench UI (#38)
- Migrated the default request format from Json to JDBC (#41)
- Support v7.6.1 compatibility (#42)
- Removed the overriding settings in css (#44)
- Updated outdated dependencies (#47)
- Updated open source code compliance (#48)
- Opendistro Release v1.7.0 (#56)
- Set up workflows for testing, building artifacts and releasing (#58)
- Update copyright from year 2019 to 2020 (#59)
- Moved release notes to dedicated folder (#60)
- Added contributors file (#61)
- Updated lastest yarn.lock for accurate dependency alert (#62)
- Updated snapshot (#63)
Bug Fixes
- Fixed the issue that response failed to be delivered in the console (#10)
- Fixed the issue that aggregation result not delivered in the table (#26)
- Fixed the issue that the table remains delivering the cached results table from the last query (#30)
- Fixed some dependency issues (#36)
- Fixed: fatal errors occur when import @elastic/eui modules in docker images (#43)
- BugFix: Corrected the downloaded .csv/.txt files to proper format (#50)