Upgrading
Before you upgrade, back up your Metabase application database!
Check out our upgrading instructions.
Get the most out of Metabase. Learn more about advanced features, managed cloud, and first-class support.
Metabase Open Source
Docker image: metabase/metabase:v0.52.9.x
JAR download: https://downloads.metabase.com/v0.52.9.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.52.9.x
JAR download: https://downloads.metabase.com/enterprise/v1.52.9.x/metabase.jar
Changelog
Enhancements
Embedding
- feat(sdk): Add option to remove dashboard footer (#52555)
- Disable device login emails for authentication via the Embedding SDK (#52196)
Other
- Handle legacy secrets double encoded with base64 (#52836)
- Initialize zeros for labeled counter metrics (#52834)
- Feature exclusion for Materialize (#52045)
Bug fixes
Administration
- Old permissions deprecation email is triggered many times after upgrading to 52.8 (#53054)
Querying
- "Display as Link" Configuration in Model Metadata doesn't Work (#51925)
- Drill-through actions for the wrong column are displayed when grouping by fields with null values (#49740)
- Wrong breadbrumbs when opening a metric (#47006)
- Update action has different value for timestamp columns when view and update (#32840)
Reporting
- Pivoted xlsx exports - pivot table fields are named as 'Sum' instead of column name (#51342)
- Non-pivoted Excel downloads do not work with "Multiply by a number" (scale) (#50518)
Visualization
- Custom Separator Style Isn't respected on Dashboard when Tile Size Reduced (#51075)
- There's no way to change the series color in multi-metric no-breakout chart (#46750)
- Mini Bar Chart for Percentage field shows full bar for values less than 100% (#34257)
- Column set as category allows numeric aggreagations but not Styling and Formatting (#30431)
- Font fallback on row chart legend is inconsistent with --mb-default-font-family (#53007)
Other