Skip to content

Metabase 52.16

Choose a tag to compare

@github-actions github-actions released this 18 Mar 16:10
· 10792 commits to master since this release
b6fe817

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.52.16.x
JAR download: https://downloads.metabase.com/v0.52.16.x/metabase.jar

Metabase Enterprise

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

Changelog

Enhancements

Embedding

  • fix(sdk): Add template strings to Breakout and Filter (#55150)
  • feat(sdk): Add stable IDs for SaveQuestion / InteractiveQuestion (#55024)
  • Change name of files from Result -> DefaultView (#55014)
  • Convert cardId to questionId for consistency (#55013)
  • fix(sdk): Popovers not working on Safari (#55012)
  • feat(sdk): Ensure that all dashboards use entity ID the same way (#55010)
  • feat(sdk): Add entity IDs to CollectionBrowser (#54985)
  • feat(sdk): Add stable ID support where missing (#54975)
  • refactor(sdk): Add targetCollection and deprecate saveToCollection (#54971)
  • make sdk not error on type error (#54964)
  • feat(sdk): experimental react 19 version range support (#54904)
  • Backport: "Run cypress tests against sample apps" (#54862)
  • Replace defaultProps in styled and functional components (#54725)
  • feat(sdk): Add DownloadWidget and DownloadWidgetDropdown (#54546)

Other

  • Don't allow a migrate down if you are running an old version of metabase (#54984)
  • Don't update dashboard updated_by if only last_viewed_at changes (#54613)