Skip to content

Metabase 51.10

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 15:02
· 1296 commits to master since this release
e9d96ac

Upgrading

Before you upgrade, back up your Metabase application database!

Check out our upgrading instructions.

Get the most out of Metabase. Learn more about advanced features, managed cloud, and first-class support.

Metabase Open Source

Docker image: metabase/metabase:v0.51.10
JAR download: https://downloads.metabase.com/v0.51.10/metabase.jar

Metabase Enterprise

Docker image: metabase/metabase-enterprise:v1.51.10
JAR download: https://downloads.metabase.com/enterprise/v1.51.10/metabase.jar

Changelog

Enhancements

Embedding

  • docs(sdk): fix initial parameter props name in dashboards (#51625)
  • fix(types): fix type error on textCard in static-dashboard.cy.spec.tsx (#51450)
  • ci(sdk): skip flaky mantine styles test for sdk (#51404)
  • ci(sdk): fix and re-enable e2e workflow for 51 branch (#51327)
  • fix(sdk): wrap InteractiveDashboard with renderOnlyInSdkProvider (#51224)
  • fix(sdk): update define function names in Next.js compat (#51071)
  • Manual backport 50656 to 51 (#50848)
  • Support providing parameter values in InteractiveQuestion in the sdk (#50493)
  • Move non-auth sdk config to MetabaseProvider props and rename field to authConfig (#50486)
  • Replace public-facing type prefixes in the sdk to Metabase (#50396)

Querying

  • Fix summarize-column and summarize-column-by-time drills for multi-stage queries (#51553)
  • Avoid frequent setState calls in the add parameter popover in dashboards (#51373)
  • Update underlying-records drill to use code in lib.drill-thru.common (#51254)

Other

  • Don't crash for ignored status codes in embedding responses (#51408) (#51487)
  • Update SDK version to 0.51.13 (#51458)
  • Create and use custom redux context on the sdk (#51398)
  • Make static/public/sdk (LocaleProvider) support locales in the xx-yy format, and also support the fallback to xx if xx-yy doesn't exist (#51039)
  • [SDK] nextjs: document the compatibility layer (#50440)

Bug fixes

Embedding

  • Downloading results of an embedded question (via iframe) fails (#51386)

Querying

  • New Metrics API misses human-friendly text metric definition (#51303)

Visualization

  • Changes to Scatterplot Tooltip Default Behavior is a Breaking change for Some Customers (#51483)