Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Releases: amazon-archives/sql-workbench

Version 1.9.0.2

06 Jul 17:32
46bb53e
Compare
Choose a tag to compare
Version 1.9.0.2 Pre-release
Pre-release

Bug Fixes

  • Fix: use column name if alias is an empty string (#84)

Version 1.9.0.1

29 Jun 18:27
6ed5068
Compare
Choose a tag to compare
Version 1.9.0.1 Pre-release
Pre-release

Bug Fixes

  • Fix: Kibana did not load properly (#81)

Version 1.9.0.0

25 Jun 20:21
9494270
Compare
Choose a tag to compare
Version 1.9.0.0 Pre-release
Pre-release

Features

Kibana Compatibility

  • Support v7.8.0 compatibility (#80)

Version 1.9.0.0 Release

  • Bug fix: custom plugin icon displaying improperly (#73)
  • Fix: column name in result table shows alias if alias exists (#75)

Version 1.8.0.0

21 May 19:23
fa7ac34
Compare
Choose a tag to compare

2020-05-14 Version 1.8.0.0

Features

Kibana Compatibility

  • Support v7.7.0 compatibility (#67)

Version 1.8.0.0 Release

  • Update release notes and contributors for v1.8 (#68)
  • Update README.md (#71)
  • Rename plugin name to sql-workbench (#72)

Version 1.7.0.0

14 May 18:51
f32d89e
Compare
Choose a tag to compare

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)