|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## v3.0.0 - UNRELEASED |
4 | | - |
5 | | -## v2.0.0 - 2017-08-08 |
| 3 | +## v2.0.0 - UNRELEASED |
6 | 4 |
|
7 | 5 | ### Added |
8 | 6 |
|
|
20 | 18 | - Add: option to hide pivot table controls. @deecay |
21 | 19 | - Retry reload of query results if it had an error. |
22 | 20 | - [Data Sources] Add: MemSQL query runner. @alexanderlz |
23 | | -- "Dumb" recents option (see #1779 for details) |
24 | | -- Athena: direct query runner using the instead of JDBC proxy. @laughingman7743 |
25 | | -- Optionally support parameters in embeds. @ziahamza |
26 | | -- Sorting ability in alerts view. |
27 | | -- Option to change default encoding of CSV writer. @yamamanx |
28 | | -- Ability to set dashboard level filters from UI. |
29 | | -- CLI command to open IPython shell. |
30 | | -- Add link to query page from admin view. @miketheman |
31 | | -- Add the option to write logs to STDOUT instead of STDERR. @eyalzek |
32 | | -- Add limit parameter to tasks API. @alexpekurovsky |
33 | | -- Add SQLAlchemy pool settings. |
34 | | -- Support for category type y axis. |
35 | | -- Add 12 & 24 hours refresh rate option to dashboards. |
36 | 21 |
|
37 | 22 | ### Changed |
38 | 23 |
|
|
59 | 44 | - Split refresh schemas into separate tasks and add a timeout. |
60 | 45 | - Execute scheduled queries with parameters using their default value. |
61 | 46 | - Keep track of last query execution (including failed ones) for scheduling purposes. |
62 | | -- Same view for input on search result page as in header. @44px |
63 | | -- Metrics: report endpoints without dots for metrics. |
64 | | -- Redirect to / when org not found. |
65 | | -- Improve parameters label placement. @44px |
66 | | -- Auto-publish queries when they are named (with option to disable; #1830). |
67 | | -- Show friendly error message in case of duplicate data source name. |
68 | | -- Don't allow saving dashboard with empty name. |
69 | | -- Enable strict checking for Angular DI. |
70 | | -- Disable Angular debug info (should improve performance). |
71 | | -- Update to Webpack 2. @44px |
72 | | -- Remove /forgot endpoint if REDASH_PASSWORD_LOGIN_ENABLED is false. @amarjayr |
73 | | -- Docker: make Gunicorn worker count configurable. @unixwitch |
74 | | -- Snowflake support is no longer enabled by default. |
75 | | -- Enable memory optimization for Excel exporter. |
76 | 47 |
|
77 | 48 | ### Fixed |
78 | 49 |
|
|
82 | 53 | - [SQLite] better handle utf-8 error messages. |
83 | 54 | - Fix: don't remove locks for queries with task status of PENDING. |
84 | 55 | - Only split columns with __/:: that end with filter/MultiFilter. |
85 | | -- Alert notifications fail (sometime) with a SQLAlchemy error. |
86 | | -- Safeguard against empty query results when checking alert status. @danielerapati |
87 | | -- Delete data source doesn't work when query results referenced by queries. |
88 | | -- Fix redirect to /setup on the last setup step. @44px |
89 | | -- Cassandra: use port setting in connection options. @yershalom |
90 | | -- Metrics: table name wasn't found for count queries. |
91 | | -- BigQuery wasn't loading due to bad import. |
92 | | -- DynamicForm component was inserting empty values. |
93 | | -- Clear null values from data source options dictionary. |
94 | | -- /api/session API call wasn't working when multi tenancy enabled |
95 | | -- If column had no type it would use previous column's type. |
96 | | -- Alert destination details were not updating. |
97 | | -- When setting rearm on a new alert, it wasn't persisted. |
98 | | -- Salesforce: sandbox parameter should be optional. @msnider |
99 | | -- Alert page wasn't properly linked from alerts list. @alison985 |
100 | | -- PostgreSQL passwords with spaces were not supported. (#1056) |
101 | | -- PivotTable wasn't updating after first save. |
102 | | - |
103 | 56 |
|
104 | 57 | ## v1.0.3 - 2017-04-18 |
105 | 58 |
|
|
0 commit comments