redash v5.0.0 Release Notes

Release Date: 2018-09-21 // over 5 years ago
  • ๐Ÿš€ Final release for V5. Most of the changes were already in the beta release of V5, but this includes several fixes along ๐Ÿ’ป with UI improvements.

    ๐Ÿš€ ๐Ÿ™ Thanks to @arikfr, @jezdez, @kravets-levko, @alison985, @kocsmy, @yossi-a, @tdsmith, @nasmithan, @jrbenny35, @sjakthol, @ariarijp and @combineads who contributed to this release.

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix: don't expose Google OAuth client secret. @arikfr

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve mobile rendering of dashboards and queries. @kocsmy
    • ๐Ÿ’ป UI improvements for favorites and empty state. @arikfr
    • โœ‚ Remove unnecessary X at the end of the query search. @kocsmy
    • โž• Add server-side sorting to dashboard list. @jezdez
    • Sort queries in descending order. @jezdez
    • Throw error when non-owner tries to add a user to dashboard permissions. @alison985
    • Propagate query execution errors from Celery tasks properly. @alison985
    • Reload the route when using the app header search input. @jezdez

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix: BigQuery default location is null and not US. @arikfr
    • ๐Ÿ›  Fix: query embeds are broken. @arikfr
    • ๐Ÿ›  Fix: typo in Celery log foramt. @ariarijp
    • ๐Ÿ‘‰ Use QuerySerializer in outdated queries list. @jezdez
    • ๐Ÿ›  Fix: sometimes widgets are getting zero height. @kravets-levko
    • Athena: Switch to simple_json to serialize NaN/Infinity values as nulls. @kravets-levko, @jezdez
    • ๐Ÿ›  Fix: queries with parameters with no value breaking the scheduler. @arikfr
    • ๐Ÿ›  Fix: MongoDB query results parser didn't support unicode keys. @arikfr
    • ๐Ÿ›  Fix: Google Analytics schema wasn't loading in some cases. @arikfr
    • ๐Ÿ›  Fix: date/time parameters not working as global param @kravets-levko.
    • ๐Ÿ›  Fix: Widgets crumble when trying to move / resize a widget. @kravets-levko
    • ๐Ÿ›  Fix: handling rows with "length" field with forOwn method. @yossi-a
    • ๐Ÿ›  Fix: query selection not working on alert page. @sjakthol
    • ๐Ÿšš Fix: query_results for Embedded Parameters (removed deprecated to_dict function). @nasmithan
    • ๐Ÿ›  Fix: unicode not supported in dashboard search. @combineads
    • ๐Ÿ›  Fix: unicode not supported in users search. @arikfr

    Other

    • โž• Add test for using saved parameters in scheduled queries. @alison985
    • Minor code smell cleanup. @jezdez
    • โšก๏ธ Update QueryResultListResource docstring. @tdsmith
    • Switch to CirlceCI 2.0 @jrbenny35, @arikfr
    • โœ‚ Remove unnecessary init methods. @jezdez