Metabase 55.3
·
427 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.55.3.x
JAR download: https://downloads.metabase.com/v0.55.3.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.55.3.x
JAR download: https://downloads.metabase.com/enterprise/v1.55.3.x/metabase.jar
Changelog
Enhancements
- Linked Filters should warn or not allow linking unless it will work (#14595)
- Allow to define a string column with "Contains" default filter operator (#56921)
- Show user a friendly error if entity names are too long to save (#5030)
Other
- Fix the settings button color (#59347)
- Polish for "Number of tick marks" of intervals setting (#59254, #59299)
- feat: add parameter card dashboard api tests (#59205)
Bug fixes
Databases
- Sync can unintentionally use role when determining if can sync table (#59499)
- Fix the stale database cache when we enable or disable uploads for a certain database (#59184)
Querying
- Fix single and multi-value string filter widget for non-string columns (#59352)
- Can't change variables after selecting Field Filter (#51679)
- Longer filter values overrun the screen when a single value is selected (#44090)
Other