v1.50.26
版本发布时间: 2024-09-18 00:02:36
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.26
Download the JAR here: https://downloads.metabase.com/enterprise/v1.50.26/metabase.jar
Notes
SHA-256 checksum for the v1.50.26 JAR:
1cb437295bc0b6c19cc5d1fed4cddd6c6bc78e04ffed4fc5cd79ce79e1a391c2
Changelog
Enhancements
- Controlled upgrades (#47877)
- Display type info for endpoint parameters that use custom types in generated docs (#46799)
- Improve Clear cache button text and question refresh button tooltip (#46791)
Bug fixes
Querying
- Cannot use window functions with metrics (#47735)
- Version 50 is causing Deadlocks when App DB is Postgres (#47660)
- Sort not applied in Cumulative Sum calculation in Metabase v0.50 (#47613)
- Long column names will make query fail when turning into a mode (#47584)
- Time Zone Grouping Issues in Metabase with Snowflake's TIMESTAMP_TZ data Type (#47426)
- Bigquery question returning 0 rows fails with "Error reducing result rows: null" (#47339)
- Can't connect number filter to aggregation-based columns after join is removed (#47184)
Other
- Serialization fails for Mongo nested fields (#47795)
- cleanup data reference tooltips (#47747)
- Pulse card render error - getSeriesVizSettingsKey - TypeError: Cannot read property 'name' of undefined (#47495)
- New dashboard not shown in the Entity Picker (#47000)
Under the Hood
- backport of update prettier so we can use
satisfies
(#47894) - Revert to non-truncating mbql.u/unique-name-generator in annotate-native-cols (#47866)
- Cached MetadataProvider should store tombstones (e.g.
::nil
markers) for things we tried to fetch that didn't exist (#39326)