Plotly Falcon Versions Save

Free, open-source SQL client for Windows and Mac 🦅

v4.1.0

5 years ago

Added

  • Clickhouse connector

Security

  • Upgraded Electron

v4.0.0

5 years ago

Fixed

  • Google BigQuery tabs are now closeable and delete scheduled queries

Changed

  • Branding and labelling has been changed from Plot.ly/On-Premises to Chart Studio Cloud/Enterprise

Removed

  • The "Plot.ly" tab has been removed and the login button has been moved to the "Schedule" tab
  • The IBM DB2 connector has been (hopefully temporarily) removed

Security

  • Grids created by Falcon are now non-world-readable by default

v3.1.0

5 years ago

Added

  • More informative Schedule tab with previous run results, tags for organization, next scheduled run time, API calls per day estimates
  • Google BigQuery support

Fixed

  • Query tab not available after connecting to Oracle (#516)

v3.0.3

5 years ago

Added

  • OnPrem: Added env variable PLOTY_CONNECTOR_BASE_URL to customise the connectorUrl set in a query metadata (#514)

Fixed

v3.0.2

5 years ago

Fixed

  • Scheduler: Handle query updates that change the names or the number of columns (#511)
  • OnPrem: Fixed login link in modal window (#512)

v3.0.1

5 years ago

Fixed

  • Scheduler: Upload grid metadata as required by Chart Studio (#504)
  • OnPrem: Fixed /external-data-connector page not accessible in private mode (#505)

v3.0.0

5 years ago

Added

  • Added UI to show scheduled queries (#472)
  • Added UI to create, update and delete scheduled queries (#476)
  • Support cron rules to schedule queries (#488)
  • Added UI to name scheduled queries (#500)

Changed

  • The refresh interval of scheduled queries created in previous versions of Falcon is now converted into one of the following: every minute, every 5 minutes, hourly, daily and weekly (#488)

Removed

  • Removed the chart editor and the export tab when running onprem mode (#496)

Fixed

  • MSSQL: Fixed #299, #409 and #462 (#464)

Security

  • Mitigated clickjacking by setting X-Frame-Options: DENY (#489)

v2.8.0

5 years ago

Fixed

  • Fixed query panel for non-sql connectors (#451)
  • Fixed build failure with dtrace-provider (#421)
  • Fixed broken oauth redirection in web app (#260)

Security

  • Disabled nodeIntegration (#453)
  • Ensured new windows are created using shell.openExternal (#453)

v2.7.0

5 years ago

Added

  • Connector for Oracle databases (#437)
  • Backend: Added API for creating a grid to store results from scheduled queries (#444)

Changed

  • UI: Added a vertical scrollbar to the database view
  • UI: Don't hide the code editor when the chart editor opens (#445)
  • Log: Reduced verbosity

Fixed

  • Backend: Fixed error message on failed connection

Security

  • Upgraded to Electron v2.0.1 (and Node v8)
  • Prevent navigation on drag'n'drop (#436)

v2.6.0

6 years ago

Many thanks to:

  • Shannon Lal (@shannonlal) for contributing the new AWS Athena connector (#352) and joining the team of maintainers
  • Kinuthia Ndung'u (@kndungu) for joining the team of maintainers
  • Álvaro Abella Bascarán (@alvaroabascar) for his contribution to display query times (#358)

Added

  • Connector to AWS Athena service (#352 contributed by Shannon Lal @shannonlal)
  • Connector to query CSV files (via URL or drag'n'drop) (#375 and #385)
  • New chart editor based on Plotly React Component Suite (#405)
  • New code editor, resizeable and with improved performance (#411)
  • New table view with row filters (#393)
  • Test UI using jest and enzyme

Changed

  • ElasticSearch: Use mocked servers for testing
  • ElasticSearch: Run tests against elasticsearch v2 and v5
  • Query: Show query times (#358 contributed by Álvaro Abella Bascarán, @alvaroabascar)
  • Query: Improved error displays (#394)

Fixed

  • CodeEditor: Fixed initial query (#371)
  • ElasticSearch: Fixed connection to an elasticsearch server behind nginx (#377)
  • Query: Prevent the code editor from opening before a table has been selected (#379)
  • Test: Improved logging of backend failures