v1.50.9
版本发布时间: 2024-07-02 20:21:26
metabase/metabase最新发布版本:v0.50.28(2024-10-03 02:18:04)
Upgrading
You can download a .jar of the release, or get the latest on Docker. Make sure to back up your Metabase database before you upgrade! Need help? Check out our upgrading instructions.
Docker image: metabase/metabase-enterprise:v1.50.9
Download the JAR here: https://downloads.metabase.com/enterprise/v1.50.9/metabase.jar
Notes
SHA-256 checksum for the v1.50.9 JAR:
c62999219e38733ca13ccdc89861bb92f9e11b7e01d6756becb607f3b86adf6a
Changelog
Enhancements
- Better display names for CSV upload tables (#44862)
- Return info about the proper billing status on the license page (#44855)
Bug fixes
Query builder
- Filtering by exact date and time works incorrectly if midnight is chosen (#43057)
Visualizations
- Improve cartesian chart performance on large datasets (#44778)
- Break out popover overflows the screen (#43075)
- Unable to configure steps order for funnel bar charts (#37386)
- Pin Map reads Metric Field value and it hides rows if it's null (#34775)
Misc
- Metabase downgrade issue - v0.50.7 to v0.49.x (#44784)
- one of transactions was removed and that causes problems on downgrade (#44908)
- International characters do not display in Slack alerts (#38753)
Already Fixed
Issues that we have recently confirmed to have been fixed at some point in the past.
Query builder
- Can't edit joined tables after saving the question (#43531)
- Hovering over column header in preview errors out (#40412)
- Accurate Error Messaging for Cross DB Joins in Notebook Editor (#38989)
- Unable to switch question to query table in another database (#34350)
- Filter values in dropdown are not getting populated in SQL question based dashboard (#35852)
- Broken navigation in question data source picker (#32225)
- Error adding any summary fields to an existing aggregate questions (#29806)
- Scrolling up on schema list jumps to the top when creating a new question (#28106)
Visualizations
- PNG Download of Map Visualization doesn't include Background Map Image (#30997)
- Can't update/change column settings in table view (#27573)
- Calendar icon in breakout picker is off-position (#27523)
- GUI time period selector can cause blank screen under some circumstances (#26265)
Misc
- Metabase doesn't realize that Redshift aborts a query (#28136)
- When selecting a filter with an
hour
expression, frontend make a 404 API call. (#26190) -
/field/values
endpoint contains[object Object]
in the URL (#23707) - Metabase starts super slow if entropy is exhausted (10+min) (#10175)
Under the Hood
- Adds a property to a defsetting (#44990)
- Memoize driver.u/supports? only in prod (#44938)
- Be explicit about truncating characters versus bytes (#44876)
- Combine actions e2e specs (#43846)
- Repro #27521 - Query fails when selecting two fields from nested query, when fields are identical except for their join-alias (#44909)
- Consolidate admin E2E reproductions for the release-x.50.x (#44963)