Skip to content

Metabase® Enterprise Edition™ v1.51.4

Choose a tag to compare

@github-actions github-actions released this 19 Nov 18:25
· 11049 commits to master since this release
47f05f3

Upgrading

Before you upgrade, back up your Metabase application database!

Check out our upgrading instructions.

Docker image: metabase/metabase-enterprise:v1.51.4
Download the JAR here: https://downloads.metabase.com/enterprise/v1.51.4/metabase.jar

Notes

SHA-256 checksum for the v1.51.4 JAR:

8f6d55d9a3b7e645c4667de4672d8297a90650a3aa6c5dfb906dd731feead4f4

Changelog

Enhancements

Administration

  • Add a force param to update permission graph endpoints that always update permissions and doesn't require a revision number (#49845)
  • Merge login_attributes when updating existing users via config file (#50050)
  • Clarify cache API permissions and add tests (#49804)
  • Add required filters and default values to Metabase Analytics dashboards (#49627)

Embedding SDK

  • Separate view from data for question titles (#50129)
  • fix(sdk): remove `Cannot update a component XX while rendering a (#50078)
  • Enforce key prop on tooltip row in echarts tooltip (#50045)
  • Add generic components for summarize and breakout (#50039)
  • Add multi-step popover for default view components (#50018)
  • fix(sdk): sdk version wrapped in quotes (#50014)
  • feat(sdk): use Alert component for SDKError (#49895)
  • Update docs and sample app to not deserialize & re-serialize the session in the auth provider (#49762)
  • Expose FilterPicker querying component to the sdk (#49752)
  • [SDK] detect mismatch between sdk version and metabase version (#49711)

Other

  • Omit database details from H2 dump when is_attached_dwh (#50036)
  • Get cloud able to sync the attached datawarehouses (#49971)
  • update subscription checkboxes (#49805)
  • Hungarian language support (#38101)

Bug fixes

Administration

  • Sync of DB is merging fields from neighbor DB from table with same name (#50072)
  • Sandboxing using a parameterized SQL card errors until an admin runs the sandboxing card successfully for the first time (#49985)
  • Advanced Sandboxing is Broken on 51 (#49969)
  • We don't sync materialized views fields (#49912)
  • Discard Field values call/query queries will fail in databases that have more than 65535 categorical fields (#33037)

Embedding

  • Custom destination click behavior broken for statically embedded trend charts (#50086)
  • After update 0.51.2 On public Dashboard the link goes to URL don't work (#49776)
  • No tooltip anymore in static embedded bar chart (#49537)
  • Save question button's disabled state should be themed in the sdk's dark mode (#47559)

Querying

  • Little cosmetic bug in GUI editor when joining tables with names of different lenghts (#50038)
  • Numeric/decimal column filters for bigquery databases no longer does greater than/less than comparison (#49913)
  • Row limit doesn't work in Firefox by clicking arrows (#49587)

Visualization

  • Exporting pivots to XLSX with "Keep Data Pivoted" selected can Crash Metabase (Heap memory error) and pegs CPU (#49977)
  • Pivoted Exports Aren't Pivoted After Sorts Applied in Viz Settings (Until Save) (#49437)
  • Column Headers in Exports Pivots are Sometimes Ordered Incorrectly (#49416)
  • Large Pivot Tables fail to download (CSV) when Keep Data Pivoted is enabled (#49353)
  • When you rename pie chart segments, the labels are truncated until you save or change settings (#49779)
  • Legend labels on pie charts on dashboards where the legend is below the pie and the percentage is on the wedge have an extraneous dash (#46213)
  • Incorrect Y-axis displayed when hovering over series in dual Y-axis plot (#49874)

Other

  • Command Palette shows Search results out of order (#49766)
  • In question sidesheet, models appear to be based on themselves (#48698)
  • We add hyphens on the series on narrow viewports (#29597)

Under the Hood

  • Fix flaky x-rays test (#50131)
  • Fix flaky dashboard filter test (#50077)
  • Fix flaky notebook test (#49771)
  • Fix flaky homepage xrays test (#49765)
  • Fix flaky databases test (#49758)
  • Fix flaky models metadata test (#49665)
  • update cross-spawn for dependabot (#50021)
  • ci(sdk): [release-51] Prevent SDK from being upgraded unintentionally (#49888)
  • Add missing changelog for branch 51 (#50041)
  • Bump Toucan dependency (#49962)
  • Update SDK version to 1.51.4 (#49896)
  • Remove withFeatures from renderWithProviders (#49137)
  • Implement New Color Tokens (#48801)
  • fix(sdk): Convert jwtProviderUri to authProviderUri (#49843)
  • fix(sdk): Split useSummarizeQuery into specialized hooks (#49841)
  • Remove some styled components in Summarize (#49836)