Releases: getredash/redash
Release list
v4.0.0-beta
This is a very exciting release 🤩 that was a long time in the making 👷. It includes a fully updated user interface that should provide a much nicer experience, along with many new features and improvements:
- Table visualization customization along with new column types (image, JSON & URL).
- Dashboard layout editing (full control over widget height/width).
- Updated chart visualization (mostly bug fixes) and settings for the cohort visualization.
- BigQuery and Athena queries now show the amount of data scanned, so you know how much the query costs you. On top of that we have new data sources (MapD & CockroachDB) and improvements to other data sources (MongoDB, Salesforce, Redshift, Oracle and Elasticsearch).
This is only the tip of the iceberg, see the full list of changes in the CHANGELOG.
This is a beta release, to upgrade to this release from an existing deployment run sudo bin/upgrade --channel beta. If you use a Docker based deployment the Docker tag is 4.0.0-beta.b3690.
As always this wouldn't be possible without the help of all the people who contributed code in this release: @arikfr, @kravets-levko, @kyoshidajp, @ariarijp, @sjakthol, @kocsmy, @jezdez, @deecay, @kakakakakku, @bamboo-yujiro, @tonyjiangh, @washort, @jasonsmithj, @shinji19, @arjan, @gramakri, @doddjc21, @cdessanti, @yershalom, @miketheman, @crooy, @alexdrans, @javier-sanz, @negibouze, @mayconbordin and @rgjodekerken. 🙏🙏🙏
- Before doing an upgrade, please make sure you have a backup.
- If you have any issues, please refer to the troubleshooting section in the upgrade guide.
- If the upgrade guide doesn't help, you can ask for help on the forum.
v3.0.0
Great things in this version like the long awaited Select All for filters, query based parameters, improvements to existing data sources (MongoDB, Redshift, MySQL) but and new data sources (Prometheus, Azure SQL Data Warehouse) and some more.
This release wouldn’t be possible without the contributions of @myouju, @jezdez, @hhamalai, @atharvai, @kitsuyui, @yershalom, @fan-t-endo, @TylerBrock, @deecay, @rohithmenon, @Posnet, @amarjayr, @kyoshidajp, @meinac, @muddydixon, @cclauss, @alexmuller, @akiray03, @aterreno, @44px, @alison985, @isomura, @Sylvain, @cyriac, @yutannihilation, @kravets-levko and @queeno. 👏 👏
- Before doing an upgrade, please make sure you have a backup.
- If you have any issues, please refer to the troubleshooting section in the upgrade guide.
- If the upgrade guide doesn't help, you can ask for help on the forum.
v2.0.1
This is a patch release, that adds support for Redshift ACM certificates (see #2044 for details).
- Before doing an upgrade, please make sure you have a backup.
- If you have any issues, please refer to the troubleshooting section in the upgrade guide.
- If the upgrade guide doesn't help, you can ask for help on the forum.
v2.0.0
Finally a new major release! 🙌 You can review the full CHANGELOG, but some highlights of this release:
- Direct Athena data source type (no more need for the Java proxy 👊 ).
- New MemSQL data source type and updates/fixes to the MySQL, Google Analytics, Presto, MongoDB, Cassandra, JIRA, TreasureData, InfluxDB, MSSQL, PostgreSQL, and BigQuery data sources.
- New Plotly based Box Plot visualization along with improvements to the Pivot Table, cohort and counter visualizations.
- List parameter type.
- Friendly API key dialog for queries along with usage examples.
- Auto-publish queries when they are named (with option to disable; see #1830).
This release wouldn't be possible without the help of @mfouilleul, @dotneet, @rmakulov, @deecay, @fbertsch, @rockwotj, @alexanderlz, @laughingman7743, @ziahamza, @yamamanx, @miketheman, @eyalzek, @alexpekurovsky, @ahamino, @jvanegmond, @suemoc, @44px, @amarjayr, @unixwitch, @danielerapati, @yershalom, @msnider, and @alison985 -- thank you, everyone 🙏 .
- Before doing an upgrade, please make sure you have a backup.
- If you have any issues, please refer to the troubleshooting section in the upgrade guide.
- If the upgrade guide doesn't help, you can ask for help on the forum.
Full CHANGELOG for this release.
v1.0.3
New hotfix release that fixes a performance issue in v1.0.1 and a few other small fixes that got in.
Full CHANGELOG for this release. If you're upgrading from a pre-v1.0 version, checkout the CHANGELOG for previous releases as well (v1.0.1, RC2, RC1).
If you were using the MULTI_ORG or ALLOW_PARAMETERS_IN_EMBEDS options, then they are currently not supported but planned to be supported in the next release.
If you're upgrading to this version from pre v1.0.0 release, before upgrading, please make sure to do the following changes to your /opt/redash/.env file:
- If you have local PostreSQL database, you will need to update the URL from
postgresql://redashtopostgresql:///redash. - Remove the
REDASH_STATIC_ASSETS_PATHdefinition.
Make sure to complete these changes before doing the actual upgrade.
We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade.
You can upgrade to v1.0.0 and later only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy first and then sudo upgrade.
v1.0.2
New hotfix release that fixes a performance issue in v1.0.1 and a few other small fixes that got in.
Full CHANGELOG for this release. If you're upgrading from a pre-v1.0 version, checkout the CHANGELOG for previous releases as well (v1.0.1, RC2, RC1).
If you were using the MULTI_ORG or ALLOW_PARAMETERS_IN_EMBEDS options, then they are currently not supported but planned to be supported in the next release.
If you're upgrading to this version from pre v1.0.0 release, before upgrading, please make sure to do the following changes to your /opt/redash/.env file:
- If you have local PostreSQL database, you will need to update the URL from
postgresql://redashtopostgresql:///redash. - Remove the
REDASH_STATIC_ASSETS_PATHdefinition.
Make sure to complete these changes before doing the actual upgrade.
We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade.
You can upgrade to v1.0.0 and later only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy first and then sudo upgrade.
v1.0.1
This is the final release for v1 🎉 (tagged as v1.0.1 to trigger new version notification for the RC versions users).
Full CHANGELOG for this release. If you're upgrading from a pre-v1.0 version, checkout the CHANGELOG for previous releases as well (RC2, RC1).
If you were using the MULTI_ORG or ALLOW_PARAMETERS_IN_EMBEDS options, then they are currently not supported but planned to be supported in the next release.
If you're upgrading to this version from pre v1.0.0 release, before upgrading, please make sure to do the following changes to your /opt/redash/.env file:
- If you have local PostreSQL database, you will need to update the URL from
postgresql://redashtopostgresql:///redash. - Remove the
REDASH_STATIC_ASSETS_PATHdefinition.
Make sure to complete these changes before doing the actual upgrade.
We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade.
You can upgrade to v1.0.0 and later only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy first and then sudo upgrade.
v1.0.0-rc.2
Second RC for the v1.0.0 release. We're getting closer to the final release. The more people will run these versions, and report issues (or submit fixes) the sooner we will have a stable release.
Full CHANGELOG for this release.
If you're upgrading to this version from pre v1.0.0 release, before upgrading, please make sure to do the following changes to your /opt/redash/.env file:
- If you have local PostreSQL database, you will need to update the URL from postgresql://redash to postgresql:///redash.
- Remove the REDASH_STATIC_ASSETS_PATH definition.
Make sure to complete these changes before doing the actual upgrade.
We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade --channel beta.
You can upgrade to v1.0.0 only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy first and then sudo upgrade --channel beta.
v1.0.0-rc.1
Finally, a true v1.0.0-rc.1 release!
Before upgrading to this version, please make sure to do the following changes to your /opt/redash/.env file:
- If you have local PostreSQL database, you will need to update the URL from
postgresql://redashtopostgresql:///redash. - Remove the
REDASH_STATIC_ASSETS_PATHdefinition.
Make sure to complete these changes before doing the actual upgrade.
We have a new upgrade script that supports multiple release channels. To deploy this version run: sudo upgrade --channel beta.
You can upgrade to v1.0.0 only from v0.12.0, so if you have an older version, run: sudo upgrade --channel legacy first and then sudo upgrade --channel beta.
v0.12.0.b2449
This version has been too long in the making and now finally released. Includes new visualizations, data sources, updated packages and numerous fixes and additions.
See CHANGELOG for full release notes.
Huge thanks to over 30 contributors (!) that participated in this release.