v1.50.24
版本发布时间: 2024-09-04 06:10:06
metabase/metabase最新发布版本:v0.50.28(2024-10-03 02:18:04)
Upgrading
Before you upgrade, back up your Metabase application database!
Check out our upgrading instructions.
Docker image: metabase/metabase-enterprise:v1.50.24
Download the JAR here: https://downloads.metabase.com/enterprise/v1.50.24/metabase.jar
Notes
SHA-256 checksum for the v1.50.24 JAR:
895d39692defe62c547cce280a26fa5b64d36f63de4af2c72048d3de59037313
Changelog
Enhancements
Querying
- [Epic] Simplify finding metrics in Summarize (#46847)
Permissions
- Use table name in inactive table error if user has access to it (#47484)
- Disallow connection impersonation roles which are not single strings (#47474)
Performance
- Perform string->datetime conversion once during timeseries insights (#47424)
- Optimize insights and fingerprinting of time series (#47414)
- Use app DB for query execution metrics (#46586)
Serialization
- Reveal exception causes in serialization errors (#47551)
- Developer doc for serialization (#46039)
- Serialized models should declare fields to serialize (#43068)
Localization
- Use original display name for fields in uploaded tables (#47303)
- Support locale query string on public links and static embeds (#47186)
- Add Malay Language Support (#47138)
Other
- Add an environment variable to temporarily enable native pivot xlsx and incrementally add rows to Native Pivot xlsx exports (#47378)
Bug fixes
Permissions
- A sandboxed user's field values become invalidated shortly after every dashboard load (#47582)
- Downloads don't work on sandboxed tables (#47478)
- Having a combination of no self service and unrestricted on joined tables breaks filter modal (#37753)
- Having a combination of no self service and unrestricted on joined tables causes permission error when filtering (#37751)
Performance
- Lots of linked filters will peg the cpu to 100% (#46905)
Querying
- Common Metrics search doesn't work when you add a space
- BigQuery Date parameters use incorrect timezones (#30602)
Visualization
- Trend Lines are incorrect when a multiplier is in use (#47351)
- Suffix is Added to "Rate of Change" in Tooltip (#47373)
- Pivot Table: If a value in a cell is NULL and has a Suffix it will display in the table as "null Suffix" (#42867)
Other
- Non-ASCII Characters in CSV Column Names Cause SQL Syntax Error in Metabase Upload (#47279)
- Snowflake variants on subscriptions are not supported (#46981)
Under the Hood
- upgrade micromatch to address security issue (#47571)
- Replace current dynamic variable with function argument (#47467)
- Trigger BE tests when test_resources are updated (#47455)
- Minor schema fixes before pushing to Snowcat Cloud (#47403)
- Update instance_analytics for 50 major release (#47323)
- extract-and-log-one should become extract-one (#47223)
- Proper E2E round-trip test (with on-disk YAMLs) (#47222)
- Add new generic analytics event and bring types to trackSchemaEvent (#46972)