Redash v1.0.0-rc.2 Release Notes

Release Date: 2017-02-22 // about 7 years ago
  • ๐Ÿ”„ Changed

    • #1563 Send events to webhook as JSON with a schema.
    • [#1601][presto] friendlier error messages. (@aslotnick)
    • ๐Ÿšš Move the query runner unavailable log message to be DEBUG level instead of WARNING, as it was mainly confusing people.
    • โœ‚ Remove "Send to Cloud" button from Plotly based visualizations.
    • ๐Ÿ”„ Change Plotly's default hover mode to "Compare".
    • [#1612] Change: Improvements to the dashboards list page.

    ๐Ÿ›  Fixed

    • [#1564] Fix: map visualization column picker wasn't populated. (@janusd)
    • [#1597][sql server] Fix: schema wasn't loading on case sensitive servers. (@deecay)
    • ๐Ÿ›  Fix: dashbonard owner couldn't edit his dashboard.
    • ๐Ÿ›  Fix: toggle_publish event wasn't logged properly.
    • ๐Ÿ›  Fix: events with API keys were not logged.
    • ๐Ÿ›  Fix: share dashboard dialog was broken after code minification.
    • ๐Ÿ›  Fix: public dashboard endpoint was broken.
    • ๐Ÿ›  Fix: public dashboard page was broken after code minification.
    • ๐Ÿ›  Fix: visualization embed page was broken after code minification.
    • ๐Ÿ›  Fix: schema browser has dark background.
    • ๐Ÿ›  Fix: Google button missing on invite page.
    • ๐Ÿ›  Fix: global parameters don't render on dashboards with text boxes.
    • ๐Ÿ›  Fix: sunburst / Sankey visualizations have bad data.
    • ๐Ÿ›  Fix: extra whitespace created by the filters component.
    • ๐Ÿ›  Fix: query results cleanup task was trying to delete query objects.
    • ๐Ÿ›  Fix: alert subscriptions were not triggered.
    • [DynamoDB] Fix: count(*) queries were broken. (@kopanitsa))
    • ๐Ÿ›  Fix: Redash is using too many database connections.
    • ๐Ÿ›  Fix: download links were not working in dashboards.
    • ๐Ÿ›  Fix: the first selection in multi filters was broken in dashboards.

    Other

    • [#1555] Change sourcemaps to generate a sourcemap per module. (@44px)
    • ๐Ÿณ [#1570] Fix Docker Compose configuration for nginx. (@btmc)
    • โšก๏ธ [#1582] Update Dockerfile to build frontend assets and update the folder ownership.
    • ๐Ÿณ Dockerfile: change the uid of the redash user to match host user uid.
    • โšก๏ธ Update npm-shrinkwrap.json file to use http proctocol instead of git. (@deecay)