Skip to content

Metabase v0.51.8

Choose a tag to compare

@github-actions github-actions released this 12 Dec 15:28
· 11384 commits to master since this release
1cac120

Upgrading

Before you upgrade, back up your Metabase application database!

Check out our upgrading instructions.

Docker image: metabase/metabase:v0.51.8
Download the JAR here: https://downloads.metabase.com/v0.51.8/metabase.jar

Notes

SHA-256 checksum for the v0.51.8 JAR:

3b9ed82793ea05eccbac2698220bc9b1f17c2590cd7449dfb9929b997107477d

Changelog

### Enhancements

Embedding

  • backported "feat(sdk): next sdk compatibility layer" to v51 (#51097)
  • feat(sdk): detect if session.id is not a string (#50890)
  • fix(sdk): remove Error.captureStackTrace as it errors on firefox (#50773)
  • Combine the customTitle and withTitle prop into a single title prop for interactive questions in sdk (#50489)
  • Expose public-facing question type and transforms for sdk (#50487)

Querying

  • [Backport 51] Add binning to display name (#51011)
  • Fix the zoom-in.timeseries drill for multi-stage queries (#50970)

Other

  • Count and Categorize Public Views in query executions table (#51079)
  • Fix rollback to version 50 with null query_field values (#50982)
  • Banner for instance in trial (#48522)

Bug fixes

Administration

  • Wrong database_type value (#50771)

Embedding

  • [SDK] if the sdk is imported after the css of the host app, the body and h1 tags takes the styles from core app (#50279)

Querying

  • Include temporal bucket/binning name in query_metadata for a card (#47579)