Redash v0.11.0.b2016 Release Notes

Release Date: 2016-07-03 // almost 8 years ago
  • ๐Ÿš€ The main features of this release are:

    • Alert Destinations: ability to define multiple destinations for alert notifications (currently implemented: HipChat, Slack, Webhook and email).
    • ๐Ÿ‘€ The long-awaited UI for query parameters (see example in #1069).

    ๐Ÿš€ Also, this release includes numerous smaller features, improvements, and bug fixes.

    ๐Ÿ“š A big thank you goes to all who contributed code and documentation in this release: @AntoineAugusti, @James226, @adamlwgriffiths, @alexdebrie, @anthony-coble, @ariarijp, @dheerajrav, @edwardsharp, @machira, @nabilblk, @ninneko, @ordd, @tomerben, @toru-takahashi, @vishesh92, @vorakumar and @whummer.

    โž• Added

    • d5e5b24 #1136: Feature: add --org option to all relevant CLI commands. (@adamlwgriffiths)
    • ๐Ÿ‘ 87e25f2 #1129: Feature: support for JSON query formatting (Mongo, ElasticSearch) (@arikfr)
    • 6bb2716 #1121: Show error when failing to communicate with server (@arikfr)
    • ๐Ÿ’ป f21276e #1119: Feature: add UI to delete alerts (@arikfr)
    • ๐Ÿ’ป 8656540 #1069: Feature: UI for query parameters (@arikfr)
    • 790128c #1067: Feature: word cloud visualization (@anthony-coble)
    • ๐Ÿ’ป 8b73a2b #1098: Feature: UI for alert destinations & new destination types (@alexdebrie)
    • ๐Ÿ‘ 1fbeb5d #1092: Add Heroku support (@adamlwgriffiths)
    • ๐Ÿ‘ f64622d #1089: Add support for serialising UUID type within MSSQL #961 (@James226)
    • 857caab #1085: Feature: API to pause a data source (@arikfr)
    • ๐Ÿ”ง 214aa3b #1060: Feature: support configuring user's groups with SAML (@vorakumar)
    • e20a005 #1007: Issue#1006: Make bottom margin editable for Chart visualization (@vorakumar)
    • ๐Ÿ‘ 6e0dd2b #1063: Add support for date/time Y axis (@tomerben)
    • b5a4a6b #979: Feature: Add CLI to edit group permissions (@ninneko)
    • 6d495d2 #1014: Add server-side parameter handling for embeds (@whummer)
    • 5255804 #1091: Add caching for queries used in embeds (@whummer)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘• 0314313 #1149: Presto QueryRunner supports tinyint and smallint (@toru-takahashi)
    • 8fa6fdb #1030: Make sure data sources list ordered by id (@arikfr)
    • 8df822e #1141: Make create data source button more prominent (@arikfr)
    • 96dd811 #1127: Mark basic_auth_password as secret (@adamlwgriffiths)
    • ๐Ÿ’… ad65391 #1130: Improve Slack notification style (@AntoineAugusti)
    • df637e3 #1116: Return meaningful error when there is no cached result. (@arikfr)
    • 65635ec #1102: Switch to HipChat V2 API (@arikfr)
    • ๐Ÿšš 14fcf01 #1072: Remove counter from the tasks Done tab (as it always shows 50). #1047 (@arikfr)
    • ๐Ÿ‘ป 1a1160e #1062: DynamoDB: Better exception handling (@arikfr)
    • ed45dcb #1044: Improve vagrant flow (@staritza)
    • 8b5dc8e #1036: Add optional block for more scripts in template (@arikfr)

    ๐Ÿ›  Fixed

    • dbd48e1 #1143: Fix: use the email input type where needed (@ariarijp)
    • 7445972 #1142: Fix: dates in filters might be duplicated (@arikfr)
    • 5d0ed02 #1140: Fix: Hive should use the enabled variable (@arikfr)
    • 392627d #1139: Fix: Impala data source referencing wrong variable (@arikfr)
    • c5bfbba #1133: Fix: query scrolling issues (@vishesh92)
    • โšก๏ธ c01d266 #1128: Fix: visualization options not updating after changing type (@arikfr)
    • 6bc0e7a #1126: Fix #669: save fails when doing partial save of new query (@arikfr)
    • ๐Ÿšš 3ce27b9 #1118: Fix: remove alerts for archived queries (@arikfr)
    • 4fabaae #1117: Fix #1052: filter not working for date/time values (@arikfr)
    • ๐Ÿณ c107c94 #1077: Fix: install needed dependencies to use Hive in Docker image (@nabilblk)
    • abc790c #1115: Fix: allow non integers in alert reference value (@arikfr)
    • 4ec473c #1110: Fix #1109: mixed group permissions resulting in wrong permission (@arikfr)
    • 1ca5262 #1099: Fix RST syntax for links (@adamlwgriffiths)
    • daa6c1c #1096: Fix typo in env variable VERSION_CHECK (@AntoineAugusti)
    • cd06d27 #1095: Fix: use create_query permission for new query button. (@ordd)
    • 2bc0b27 #1061: Fix: area chart stacking doesn't work (@machira)
    • ๐Ÿšš 8c21e91 #1108: Remove potnetially concurrency not safe code form enqueue_query (@arikfr)
    • e831218 #1084: Fix #1049: duplicate alerts when data source belongs to multiple groups (@arikfr)
    • 6edb0ca #1080: Fix typo (@jeffwidman)
    • 64d7538 #1074: Fix: ElasticSearch wasn't using correct type names (@toyama0919)
    • ๐Ÿšš 3f90dd9 #1064: Fix: old task trackers were not really removed (@arikfr)
    • e10ecd2 #1058: Bring back filters if dashboard filters are enabled (@AntoineAugusti)
    • 701035f #1059: Fix: DynamoDB having issues when setting host (@arikfr)
    • ๐Ÿ›  2924d4f #1040: Small fixes to visualizations view (@arikfr)
    • fec0d5f #1037: Fix: multi filter wasn't working with __ syntax (@dheerajrav)
    • b066ce4 #1033: Fix: only ask for notification permissions if wasn't denied (@arikfr)
    • 960c416 #1032: Fix: make sure we return dashboards only for current org only (@arikfr)
    • b3844d3 #1029: Hive: close connection only if it exists (@arikfr)

    ๐Ÿ“„ Docs

    • ๐Ÿ“š 6bb09d8 #1146: Docs: add a link to settings documentation. (@adamlwgriffiths)
    • ๐Ÿ“„ 095e759 #1103: Docs: add section about monitoring (@AntoineAugusti)
    • e942486 #1090: Contributing Guide (@arikfr)
    • ๐Ÿ“„ 3037c4f #1066: Docs: command type-o fix. (@edwardsharp)
    • 2ee0065 #1038: Add an ISSUE_TEMPLATE.md to direct people at the forum (@arikfr)
    • ๐Ÿ“„ f7322a4 #1021: Vagrant docs: add purging the cache step (@ariarijp)

    ๐Ÿš€ For older releases check the GitHub releases page: ๐Ÿš€ https://github.com/getredash/redash/releases