|
2 | 2 |
|
3 | 3 | ## v5.0.0-Beta - UNRELEASED |
4 | 4 |
|
| 5 | +This is the first beta of the V5 release (and hopefully the last one). This version includes a lot of exciting new additions along with bug fixes and other changes. |
| 6 | + |
| 7 | +Some notable changes: |
| 8 | + |
| 9 | +* Extensive work on parameters UI: |
| 10 | + * New Date Range parameter type. |
| 11 | + * UI for creating new parameters. |
| 12 | + * Support for Now/Today as default value of date/time parameter. |
| 13 | +* Tagging and favorites ⭐️ support for queries and dashboards. |
| 14 | +* Users list page was improved (search, additional information) and you can now disable users. |
| 15 | +* Query editor improvements: additional keyboard shortcuts and support for searching in query text. |
| 16 | +* Visualizations improvements: option to select colors of pie chart sectors, X Axis type auto detect and option to format values, labels and tooltips. |
| 17 | +* Data Sources: |
| 18 | + * Support for Yandex Metrika and AppMetrika. |
| 19 | + * BigQuery: location property support and schema will load all tables now. |
| 20 | + * Elasticsearch: stop sending source_content_type parameter which wasn't supported in older versions. |
| 21 | +* Started migrating the frontend codebase to React. |
| 22 | + |
| 23 | +And much more! |
| 24 | + |
| 25 | +🙏 Thanks to @kravets-levko, @arikfr, @ariarijp, @alison985, @kyoshidajp, @kocsmy, @denisov-vlad, @deecay, @yuua, @emtwo, @Pablohn26, @sieben, @atharvai, @matsumo, @tdawber, @innovia, @gabrieldutra, @coreyhuinker, @maxv, @sjakthol, @mtrbean and @washort who contributed to this release! |
| 26 | + |
5 | 27 | ### Added |
6 | 28 |
|
7 | 29 | * #2712: Date/Time Range parameter type (@kravets-levko) |
8 | | -* #2482: add support ChatWork Alert Destination. (@matsumo) |
9 | | -* #2678: Explicit "Add Parameter" Button in Query Editor (@kravets-levko) |
10 | | -* #2513: Add location property to BigQuery data source settings (@kyoshidajp) |
11 | | -* #2616: Pie chart: sectors colors (@kravets-levko) |
12 | | -* #2697: Date/Time parameters: dynamic default value (current date/time) (@kravets-levko) |
| 30 | +* #2482: Add support for ChatWork Alert Destination. (@matsumo) |
| 31 | +* #2678: Explicit "Add Parameter" Button in Query Editor. (@kravets-levko) |
| 32 | +* #2513: Add location property to BigQuery data source settings. (@kyoshidajp) |
| 33 | +* #2616: Pie chart: support setting pie chart sector colors. (@kravets-levko) |
| 34 | +* #2697: Date/Time parameters: support for "Now" as default value. (@kravets-levko) |
13 | 35 | * #2693: Enable search function in Query Editor. (@arikfr) |
14 | 36 | * #2573: Tagging and favorites for Queries and Dashboards (@arikfr) |
15 | | -* #2640: Keyboard shortcut to collapse query editor/schema browser (@kravets-levko) |
| 37 | +* #2640: Keyboard shortcut to collapse query editor/schema browser (@kravets-levko) |
16 | 38 | * #2674: Add support for the Chrome Logger extension (@arikfr) |
17 | 39 | * #2653: Add redash db size to status page (@alison985) |
18 | 40 | * #2669: Store Athena query id with result metadata (@tdawber) |
19 | 41 | * #2546: Configuration for incorporating React components (@washort) |
20 | | -* #2533: New datasource: Yandex Metrika&AppMetrika (@denisov-vlad) |
| 42 | +* #2533: New datasource: Yandex Metrika & AppMetrika (@denisov-vlad) |
21 | 43 | * #2536: Chart: formats for values, labels and tooltips (@kravets-levko) |
22 | 44 | * #2560: Introduce Policy object (@arikfr) |
23 | 45 | * #2380: Admin should be able to disable a user (@kravets-levko) |
|
0 commit comments