Skip to content

Metabase 0.27.0

Compare
Choose a tag to compare
@salsakran salsakran released this 28 Nov 21:13
· 19601 commits to master since this release

New Features

  • Alerts! Run a query every few minutes and get notified when a condition is met. (#1373)

Improvements

  • X-Ray improvements: downsampling (#6365)
  • Postgres 10 Support (#5424)
  • Java 9 support (#6430, #6393, #6299, #6250)
  • Add support for Postgres citext type columns (#6172)
  • Show values for all columns in chart tooltips (#5886)
  • New chart axis ticks spacing algorithm prevents overlapping ticks from cluttering up your beautiful charts (#5473)
  • Add Europe/Istanbul timezone support
  • Ability to rename series in charts (#5951)
  • When adding a Question to a Dashboard, don't ask about adding to a Collection if none exist (#4668)
  • Add timestamp formatting for Druid select queries (#6015)

Bug Fixes

  • Fixed issue saving questions based on Google Analytics (#6104)
  • Fixed incorrect error message for GET /api/card endpoint (#6462)
  • Fixed issue with too much blank space when selecting SQL template tag types (#6371)
  • Fixed issue where group be week in Druid displayed incorrect results (#6047)
  • Fixed issue with setting timezone for queries on Redshift databases (#6279)
  • Fixed Mac App behavior on devices with smaller screens (#6301)
  • Fixed issue where editing the name of a SQL parameter always moved the cursor to the end (#3231)
  • Fixed issue where default value for SQL Field Filters wasn't used in certain cases (#6059)
  • Fix timeseries ticks disappearing when resizing window (#6340)
  • Fix issue where all-blank strings were allowed on signup page but returned server error (#4459)
  • Fix issue where 7 % appeared as 7.0000001 % on axis labels (#3959)
  • Fix issue parsing variable names in SQL template tags with leading or trailing whitespace (#5954)