Skip to content

Metabase 0.15.0

Compare
Choose a tag to compare
@agilliland agilliland released this 29 Feb 23:04
· 25165 commits to master since this release

Features / Enhancements

  • Better Dashboards & Charts - Improved layout and repositioning physics for dashboards + better looking charts and more consistent rendering of visualizations
  • Multi-series Charting - the ability to combine multiple series onto a chart on a dashboard.
  • BigQuery database support
  • Streamlined Question editing semantics (no more different links to questions for editing vs viewing)
  • Ability to add a question to a dashboard directly from the query builder
  • Pulses can now be scheduled monthly
  • Full support for gui date/time controls on Mongo
  • New options for filtering strings in the query builder: contains, not-contains, starts-with, ends-with

Bug Fixes

  • Support for unicode in pulses
  • UTF-8 encoding for CSV files
  • Multiple fixes for rendering on mobile web
  • Precalculated field values not clearing when field cardinality changes
  • IE support for dashboard editing
  • A long list of chart rendering bugs
  • Only allow valid groupings from data reference
  • QB not visualizing scalar 0 values properly
  • Several issues where QB allowed user to create an incomplete/broken query
  • Serialized questions can be too large and cause Jetty errors for "header too large"
  • Don't leak stacktraces on CSV download errors
  • Better handling of 404 response on QB

Complete list of 0.15.0 Issues