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.53.10.x
JAR download: https://downloads.metabase.com/v0.53.10.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.53.10.x
JAR download: https://downloads.metabase.com/enterprise/v1.53.10.x/metabase.jar
Changelog
Enhancements
- Support API keys in env vars (#55756)
- Make the SAML issuer identity required (#56154)
- Add
questionProps
to dashboard components (#55993)
Bug fixes
Administration
- Leaving api-keys entries on the config file will lead to Metabase not starting (#56042)
- Error using cast to unix seconds on a field (#53202)
Database
- SSH Tunnel Fails with "The connection attempt failed." despite successful SSH login (Metabase Cloud) (#56266)
- Database connection exhaustion caused by repeated queries to dashcard query API (#56223)
- PostgreSQL locks are causing Metabase downtimes with MB_SEARCH_ENGINE=appdb (#56058)
- We can't connect to Snowflake via an SSH tunnel (#55795)
Querying
- Model Metadata Changes Not Persisting Due to Caching (#55955)
- Cannot use Custom Expressions on Fields with Display Names that Include Certain Characters (#55128)
Visualization
- Linked filters are not working on public dashboards (#56072)
- Dashboard loading kills the tab (#55880)
- "Display a column as a link" not functional in Detail visualization type (#48915)
- Scatter Plot randomly interprets long numbers as dates moving Axis Scale from Linear to Timeseries (#30102)
Other