Redash v4.0.0 Release Notes

Release Date: 2018-04-16 // about 6 years ago
  • โž• Added

    • MatterMost alert destination. @alon710
    • Full screen view on map visualizations. @deecay
    • Choropleth map visualization ๐Ÿ—บ. @kravets-levko
    • Report Celery queue size. @arikfr
    • Load dashboard refresh rate from URL. @arikfr
    • ๐Ÿ”ง Configuration for query refresh intervals. @arikfr

    ๐Ÿ”„ Changed

    • TreasureData: improve query failure message. @toru-takahashi
    • โšก๏ธ Update botocore version (fixes an issue with loading Athena tables). @arikfr
    • ๐Ÿ”„ Changed Map visualization name to "Map (Markers)" to distinguish from the Choropleth one. @arikfr
    • ๐Ÿ‘‰ Use MongoClient for ReplicaSet connections. @fmy
    • โšก๏ธ Update pymongo version to support newer MongoDB versions. @arikfr
    • ๐Ÿ”„ Changed "his" to "their" in user creation form success message. @tnetennba3
    • ๐Ÿ‘‰ Show friendly names in dynamic forms labels. @arikfr
    • 0๏ธโƒฃ Render safe HTML by default in tables to remain backward compatible. @arikfr
    • Apply time limit to alert status checking task. @arikfr
    • Plotly: increase Y value accuracy. @arikfr
    • ๐Ÿ“‡ close metadata database connection early in the execute query Celery task. @arikfr

    ๐Ÿ›  Fixed

    • Query page layout gets messed up when clicking on "cancel" in "Do you want to leave this page?" dialog. @kravets-levko
    • ๐Ÿณ docker-entrypoint broke for other database names than "postgres". @valentin2105
    • (BigQuery) UDF URI was used even if empty. @arikfr
    • ๐Ÿ‘‰ Show correct Box Plot chart hover data. @deeccay
    • Fork button shows in data only view, but not working. @arikfr
    • Saving widget sends too much data to the server, sometimes making dashboard save fail. @arikfr
    • DynamoDB: always return counter as a number rather than string. @arikfr
    • MSSQL: UUID fields were detected as booleans. @arikfr
    • The whole dashboard page reloads when clicking on refresh. @arikfr
    • Line chart with category x-axis: when some values missing, wrong hints displayed on hover. @kravets-levko
    • Second Y-axis not displayed when stacking enabled. @kravets-levko
    • Widget with empty contents had extra 40px of white space (paddings of container). @kravets-levko
    • โž• Add scrollbars to pivot table widgets. @kravets-levko
    • ๐ŸŽ Multiple performance, usability and auto-height related fixes to the dashboard rendering engine (also switched to GridStack). @kravets-levko
    • ๐ŸŒฒ Login form missing on LDAP logging page. @idalin
    • Empty state: show connect data source link only to admins. @arikfr
    • Dashboard "dancing" widgets (when auto-height enabled). @kravets-levko

    Other

    • Webpack: ignore vim swap files. @deecay