Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 297e7dc

Browse files
committed
Version 2.6.0
1 parent e86fa43 commit 297e7dc

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020
### Security
2121

2222

23+
## [2.6.0] - 2018-04-13
24+
25+
### Added
26+
* Connector to AWS Athena service (#352 contributed by Shannon Lal @shannonlal)
27+
* Connector to query CSV files (via URL or drag'n'drop) (#375 and #385)
28+
* New chart editor based on Plotly React Component Suite (#405)
29+
* New code editor, resizeable and with improved performance (#411)
30+
* New table view with row filters (#393)
31+
* Test UI using jest and enzyme
32+
33+
### Changed
34+
* ElasticSearch: Use mocked servers for testing
35+
* ElasticSearch: Run tests against elasticsearch v2 and v5
36+
* Query: Show query times (#358 contributed by Álvaro Abella Bascarán, @alvaroabascar)
37+
* Query: Improved error displays (#394)
38+
39+
### Fixed
40+
* CodeEditor: Fixed initial query (#371)
41+
* ElasticSearch: Fixed connection to an elasticsearch server behind nginx (#377)
42+
* Query: Prevent the code editor from opening before a table has been selected (#379)
43+
* Test: Improved logging of backend failures
44+
45+
2346
## [2.5.0] - 2018-01-19
2447

2548
### Added

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2017 Plotly, Inc
3+
Copyright (c) 2016-2018 Plotly, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "falcon-sql-client",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Free, open-source SQL client for Windows, Mac and Linux",
55
"main": "./backend/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)