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.54.14.x
JAR download: https://downloads.metabase.com/v0.54.14.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.54.14.x
JAR download: https://downloads.metabase.com/enterprise/v1.54.14.x/metabase.jar
Changelog
Enhancements
Embedding
- fix(SDK): Apply proper SDK styling to the SortableList drag overlay (#59713)
- Render Mantine and Echarts tooltips in a proper portal container for SDK (#59513)
Querying
- Add setting to disable reusing a dashboard's last used parameters (#59293)
Other
- Add workflows to 54 (#59757)
- Localize the trash name on memoized collection (#59745)
- Manual backport to 54, shutdown index sync (#59707)
- backported "Performance + memory usage optimisations for json unfolding during sync" (#59641)
- perf: filter json fields first (#59631)
- fix: card before-update to not always force update (#59559)
- Use substring optimization on any text fields (#59061)
Bug fixes
Administration
- "Allow unfolding of JSON columns" reproducibly causes OutOfMemoryError in sync-fields again, this time within 90s despite Xmx=2GB (#55912)
Querying
- Modifying Summarize Block may Cause Unrelated Custom Columns to Disappear (#59441)
- Saved pivot table doesn't show expected results when used as source data for another question (#59275)
- Drill Through Fails on Custom Columns (#59005)
Other