Metabase 53.8
·
3606 commits
to master
since this release
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.8.x
JAR download: https://downloads.metabase.com/v0.53.8.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.53.8.x
JAR download: https://downloads.metabase.com/enterprise/v1.53.8.x/metabase.jar
Changelog
Enhancements
Administration
- Added support for API key management via
config.yml
in Metabase Enterprise (#55127) - Added validation rules for API keys (#55211)
- Track who added a Google Sheets data source (#55191)
- Improved validation and error messages in LDAP settings for invalid port numbers (#55130)
- Polished Admin UI: fixed logo spacing and toggle misclick issue (#55122, #55121)
Other
- Improved performance of metadata sync for large tables (#55239)
- upgrade snowflake driver (#55338)
- Fix temporal string definitions (#55270)
Bug fixes
Administration
- New tables/views or fields are not syncing in Snowflake (#55497)
- Fixed app header disappearing after canceling model metadata edits (#55162)
- Fixed missing field value scanning on Metabase analytics views (#46540)
Embedding
localhost:*
is removed from the authorized origins when another origin is added (#55478)- Fixed issue with setting iframe host list using commas in environment variable (#54111)
- Fixed disappearing elements in area charts for static embeds and previews (#53713)
Database
- Fixed crash when editing segment fields in data reference (#55322)
Querying
- Fixed layout issues with overlapping sidebars in the editor on smaller screens (#55163)
- Fix incorrect aggregation in pivot table CSV exports (#54496)
- Back button navigation issue in models (#55158)
- Prevent browser close/go back while changes are unsaved (#32037)
- Custom column will render all decimals when left as default (#31405)
- Fix grand total issue in pivot table CSV exports with special characters (#55415)
Visualization
- Chart zoom could produce invalid date range(#53724)
- Fixed issue with reverting currency symbol to header-only (#54728)
- Remove color selector from Waterfall metric visualization settings (#50801)
- Fix tooltip overflow in charts with many data points (#53586)
- Fix tooltip cut-off for charts with many series (#48347)
- Fix custom whitelabeled colors in chart subscriptions (#47644)
- Fix scientific notation display issue (#25222)
- Fix Pin Maps for large datasets with foreign key latitude/longitude fields (#9421)
- Fixed static visualizations not respecting custom date formatting in subscriptions (#54154)
Other