Metabase - Package Updates
- 
[1.48.2]
- Update metabase to 0.53.6.5
 - Full Changelog
 
 - 
[1.48.3]
- Update metabase to 0.53.6.6
 - Full Changelog
 - fix: fixes a bug where the admin panel would crash when trying to edit a user's permissions
 - feat: add support for PostgreSQL 14
 - breaking: remove support for Elasticsearch versions below 7
 - feat: add ability to export dashboards as PDFs
 - fix: fixes a bug where the query builder would not load for some users
 - feat: add support for SSO with Okta
 - breaking: remove support for Internet Explorer 11
 - fix: fixes a bug where the collection filters were not working properly
 - feat: add ability to embed dashboards in external applications
 - breaking: remove support for MySQL versions below 5.7
 
 - 
[1.48.4]
- Update metabase to 0.53.6.7
 - Full Changelog
 - fix: Fixes a bug in the query builder that caused incorrect results when using certain filters.
 - fix: Resolves an issue where the admin panel would not load correctly in some environments.
 - feat: Adds support for customizing the appearance of the navigation bar.
 - feat: Introduces a new API endpoint for managing user permissions.
 - breaking: Removes deprecated API endpoints for user management.
 - breaking: Changes the default behavior of the data export feature.
 - fix: Corrects a problem with the data synchronization process that could lead to data loss.
 - feat: Implements a new feature for real-time data visualization.
 - fix: Addresses a security vulnerability in the authentication system.
 - feat: Enhances the performance of the dashboard rendering engine.
 
 - 
[1.49.0]
- Update metabase to 0.53.7
 - Full Changelog
 - fix: fixes a bug where the wrong timezone was used for query results
 - feat: add support for using custom fonts in dashboards
 - feat: add ability to export dashboards as PDFs
 - feat: add support for using custom themes in dashboards
 - feat: add ability to embed dashboards in external websites
 - feat: add support for using custom logos in dashboards
 - feat: add ability to set custom color schemes for dashboards
 - feat: add support for using custom CSS in dashboards
 - feat: add ability to set custom permissions for dashboards
 - feat: add support for using custom JavaScript in dashboards
 
 - 
[1.49.1]
- Update metabase to 0.53.7.1
 - Full Changelog
 
 - 
[1.49.2]
- Update metabase to 0.53.7.3
 - Full Changelog
 
 - 
[1.49.3]
- Update metabase to 0.53.7.4
 - Full Changelog
 
 - 
[1.49.4]
- Update metabase to 0.53.7.5
 - Full Changelog
 - fix: Fixes a bug where the wrong timezone was used for some queries.
 - feat: Add support for using custom SQL expressions in filters.
 - feat: Improve the performance of dashboard loading by reducing the number of API calls.
 - feat: Add a new visualization type for displaying hierarchical data.
 - feat: Allow users to set a default homepage for their account.
 - feat: Add support for parameterized queries in SQL question mode.
 - feat: Improve the accuracy of data type detection in the data model.
 - fix: Fixes an issue where the wrong currency symbol was displayed in some locales.
 - feat: Add a new option to export dashboards as PDF files.
 - feat: Improve the user interface for managing database connections.
 
 - 
[1.49.5]
- Update metabase to 0.53.7.6
 - Full Changelog
 
 - 
[1.50.0]
- Update metabase to 0.53.8
 - Full Changelog
 
 - 
[1.50.1]
- Update metabase to 0.53.8.1
 - Full Changelog
 
 - 
[1.50.2]
- Update metabase to 0.53.8.2
 - Full Changelog
 
 - 
[1.50.3]
- Update metabase to 0.53.8.4
 - Full Changelog
 - breaking change: Removed deprecated API endpoints
 - feature: Added support for custom themes
 - feature: Improved dashboard performance
 - bug fix: Fixed issue with CSV export
 - bug fix: Resolved login timeout problem
 - bug fix: Corrected data sync error with external databases
 
 - 
[1.50.4]
- Update metabase to 0.53.8.5
 - Full Changelog
 
 - 
[1.50.5]
- Update metabase to 0.53.8.6
 - Full Changelog
 - breaking change: Removed deprecated API endpoints for user management
 - feature: Added support for custom themes in the dashboard
 - feature: Enhanced data visualization options with new chart types
 - bug fix: Fixed issue with CSV export not including all rows
 - bug fix: Resolved error when connecting to PostgreSQL databases with SSL
 - bug fix: Corrected UI glitch in the settings panel
 
 - 
[1.51.0]
- Update metabase to 0.53.9.1
 - Full Changelog
 
 - 
[1.51.1]
- Update metabase to 0.53.9.2
 - Full Changelog
 - breaking change: Removed deprecated API endpoints
 - feature: Added support for custom themes
 - feature: Improved dashboard load times
 - bug fix: Fixed issue with data export functionality
 - bug fix: Resolved login errors for LDAP users
 
 - 
[1.51.2]
- Update metabase to 0.53.9.3
 - Full Changelog
 - breaking change: Removed deprecated API endpoints for user management
 - feature: Added support for custom themes in the dashboard
 - bug fix: Fixed issue with data export not including all records
 - feature: Improved performance of the query engine
 - bug fix: Resolved login issue with LDAP authentication
 - breaking change: Changed default password policy requirements
 - feature: Introduced new visualization types for reports
 - bug fix: Corrected error handling in the API for invalid requests
 
 - 
[1.51.3]
- Update metabase to 0.53.9.4
 - Full Changelog
 
 - 
[1.52.0]
- Update metabase to 0.54.1.4
 - Full Changelog
 - Embedding SDK 
saveToCollectionis deprecated. UsetargetCollectioninstead (#54983) - New custom expression editor (#54253, #54084, #55537, #55102, #55164)
 - Support BigInteger values (#53326, #53630)
 date()to cast string to date (Postgres only for now) (#55435)integer()to cast string to an integer (Postgres only) (#55364)splitPart()to split a string by separator and extract nth part (Postgres only) (#55429)path()to extract URL path (#55375)- New and improved table visualization (#54775, #54703, #54399)
 - Let embedders select which entities to expose in data picker (#55463)
 - Add Cron scheduling for alerts (#3846)