This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Releases: plotly/falcon
Releases · plotly/falcon
v4.1.0
v4.0.0
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
v3.0.3
v3.0.2
v3.0.1
v3.0.0
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
Security
- Mitigated clickjacking by setting
X-Frame-Options: DENY
(#489)
v2.8.0
v2.7.0
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
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)