Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Latest commit

 

History

History
128 lines (89 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

128 lines (89 loc) · 3.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[2.4.0] - 2017-12-15

Added

  • CHANGELOG.md
  • Windows installer
  • Mac installer

Changed

  • Reduced app size
  • Desktop app can run without logging into Plotly
  • Do not download fonts

Removed

  • OnPrem: removed Download CSV

Fixed

  • CodeEditor: Restored functionality to autocomplete keywords and table names
  • CodeEditor: Fixed issue with the button Run becoming unclickable or hidden
  • DB2: Fixed error with Falcon being unable to locate the ibm_db driver in Mac
  • OnPrem: Fixed multiple OAuth issues
  • OnPrem: Fixed export link
  • Postgres: Fixed table preview to show tables in all the schemas
  • Postgres: Accept schema names and quoted identifiers
  • Redshift: Fixed table preview to show tables in all the schemas
  • Redshift: Accept schema names and quoted identifiers
  • Sqlite: Fixed the file selector in Windows and Linux
  • Sqlite: Fixed the schemas overview

[2.3.2] - 2017-11-01

Added

  • Connector for Apache Impala.

Changed

  • Rebranded Plotly Database Connector to Falcon SQL Client
  • Do not create SSL certificates if user is not logged into Plotly

Fixed

  • DB2: build ibm_db driver against electron
  • oauth: login redirection

[2.3] - 2017-10-11

Added

  • Connectors for Hive via SparkSQL and IBM DB2.
  • Public sample datastores for trying out the app with no fuss.
  • All requests are now authenticated by default. This allows this app to be run as a public server while still securely ferrying data between plot.ly and the connected datastores. Authentication is enabled by default, but can be turned off using AUTH_ENABLED setting.
  • Restricted access through OAuth. Access to the app running as a server can be restricted with an ALLOWED_USERS setting.
  • Standalone, interactive SQL Editor. The editor features data preview, typeahead, database schema previews, and inline data visualization.
  • Drag-and-drop chart GUI for creating and exporting plotly.js charts.
  • Optionally export charts and CSV data to plot.ly. Plot.ly has further editing, export, and online sharing options.
  • CSV download of data to desktop.
  • PNG download of charts to desktop.

[2.1.0] - 2017-08-24

Changed

  • Reorganized app with horizontal tabs to eliminate need for vertical scroll
  • Organized header links into an upper-right dropdown
  • Toggle sample database credentials

Fixed

  • Redshift: schema preview
  • Added missing font file

[2.0.2] - 2015-05-31

Added

  • Automatic generation of a SSL certificate to import data into Plotly Chart Editor.

[1.0.4] - 2017-02-20

Added

  • Include credentials in the browser requests and accept credentials headers server-side.

[1.0.3] - 2017-01-13

Added

  • Windows and Mac installers

[1.0.2] - 2017-12-09

Added

  • A new RESTFUL API
  • Support for scheduling and saving queries
  • Support for S3, Elasticsearch, Apache Drill in addition to Postgres, Redshift, MySQL, MSSQL, Mariadb, SQLite
  • Support for loading and saving credentials on disk
  • A command-line version of the app
  • A web-app version of the app
  • Over 100 tests