github getredash/redash 0.7.0

latest releases: 24.05.0-dev, 24.04.0-dev, 24.03.0-dev...
8 years ago

Changes since 0.6.3.b906:

Features

d89dd2c #502: Feature: alerts on query results (Arik Fraimovich)
c7d30c8 #498: Feature: datasources web admin (closes #193) (Arik Fraimovich)
5d3caac #499: Feature: Support Impala as data source (Alexander Leibzon)
d512cd0 #500: Feature: event for users logining in (Arik Fraimovich)
4ef3c27 #489: Feature: Support Presto as data source (Noriaki Katayama)
58a005c #484: Feature: Support for Google Spreadsheets as data source (alpha) (Alexander Leibzon)
3c9c146, 666e328 #482, #483: Feature: CORS support for the Query Result API to allow embedding in other domains (Eran Sandler)
c195362 #479: Feature: improved error reporting and new log information support for the Python query runner (Eran Sandler)
b671dd0 #480: Feature: support for multiple domains with Google OAuth (Arik Fraimovich)
a692e3f #476: Feature: support for user API keys (Arik Fraimovich)
39db74f #475: Feature: Support InfluxDB v0.9+ (Kazuyuki Honda)

Fixes

d4a18ba #501: Fix: show message when Postgres query has no results (John Kearney)
228b8c7 #507: Fix: when editing alerts show correct column (Arik Fraimovich)
5f5774d #506: Fix: makes sure the totals series is sorted (Arik Fraimovich)
da56dc8 #505: Fix: Update URL after creating an alert (Arik Fraimovich)
8355420 #504: Fix: cohort was wrong if values were not sorted (Arik Fraimovich)
5feb563 #503: Fix: if you change the result object, python runner wouldn't return any results (Arik Fraimovich)
4b8a94e #495: Fix: Update BigQuery configuration parameter name to avoid confusion. (Arik Fraimovich)
4f11f28 #494: MongoDB query runner: cleanup (Eran Sandler)
7702b05 #493: Fix: a generic way to parse all the input JSON and make sure we replace ISODate to Python date times. (Eran Sandler)
41b9b21 #492: Fix: MongoDB: Date parsing and dates in aggregation $match (Eran Sandler)
7d57f9d #488: Fix: Drop database name check in MongoDB queries to support sandboxed environments (Arik Fraimovich)
5636cec #487: Fix: Support newer as well as older PyMongo versions (Eran Sandler)
d3bb581 #486: Fix: no error when failing to connect to a MySQL data source (Arik Fraimovich)

Other

b886067 #509: Moving documentation to ReatTheDocs (Arik Fraimovich)

Backward Incompatible Changes

In this release we made two backward incompatible settings changes:

  • The default validation method for API calls is now simple api key, vs. HMAC. If you were already using the HMAC validation and want to keep using it, add to your /opt/redash/.env file: export REDASH_AUTH_TYPE=hmac.
  • There is a built in mechanism of query results cleanup that was disabled by default. From this release it will be enabled by default. It will delete unreferenced query results that are older than 7 days. If you want to disable this mechanism, add to your /opt/redash/.env file: export REDASH_QUERY_RESULTS_CLEANUP_ENABLED=false.

Don't miss a new redash release

NewReleases is sending notifications on new releases.