Skip to content

Metabase 0.17.0

Compare
Choose a tag to compare
@agilliland agilliland released this 03 May 18:08
· 24207 commits to master since this release

New Features

  • #2204 - Improve organization and filtering of saved questions
  • #713 - Support calculated columns in questions

Enhancements

  • #2478 - update the Slack token instructions
  • #2350 - Metabase run script for launching on Docker should support an environment variable for setting the JVM timezone
  • #2343 - Metabot shouldn't add a duplicate title or use "pulse" terminology
  • #2341 - Improve schema/metadata sync and analysis
  • #2340 - Time series bar graph dates don't match (popup and bar name)
  • #2337 - Prevent multiple sync processes
  • #2329 - Metabase should sync more frequently to capture schema changes
  • #2219 - Allow pulses to be temporarily turned off
  • #2183 - Show better warnings when unsuitable chart types are selected
  • #2078 - We shouldn't make a user pick a DB if they only have a single one
  • #1931 - limit/sort widget should close after picking a new limit
  • #1875 - Allow questions to be archived
  • #1767 - Use case-insensitive sort for DB names for GET /api/database
  • #1742 - "Quarter of year" option missing in QB "Group time by" widget
  • #1502 - If there are no fields available for aggregation of a given type, don't enable that aggregation type
  • #1273 - We should improve the Saved Questions empty state

Bug Fixes

  • #2485 - question sidebar items truncated and showing scrollbars in IE
  • #2463 - Download icon colliding with frame in single record view
  • #2448 - activity feed creating duplicate "user joined" events
  • #2440 - Pivot table rendering crashes when dimension value is null
  • #2425 - Add libfontconfig to new alpine docker image
  • #2417 - icon component no longer applying appropriate default width and height if width and height props are omitted
  • #2408 - Metabot image rendering throwing errors
  • #2404 - Timezone in Druid Query Processor should use report-timezone
  • #2396 - Tutorial page flag appears below the popover it's pointing to
  • #2379 - Columns getting parsed as timestamps incorrectly
  • #2378 - When cutting and pasting Slack API token I need to click somewhere on the screen before save button enables
  • #2374 - Database settings not getting updated in metabase setup on AWS
  • #2367 - Base type mapping needs to account for potential UNSIGNED column type in MySQL
  • #2351 - Druid driver defaults to interval of +/-5000, which can cause exceptions
  • #2338 - Table x/y axes change depending on number of rows columns
  • #2332 - Overly lengthy FieldValues can cause database sync to crash
  • #2323 - Ordering by timestamp in Querybuilder only orders by date not time
  • #2313 - Filter definition in Segment Revision history doesn't scroll sideways
  • #2304 - BreakoutWidget sometimes breaks when clicking date/time field without picking a granularity
  • #2289 - Quick filter applies incorrect week range to query
  • #2255 - BigQuery connector only pulls in the first 50 tables in dataset
  • #2218 - Incorrect handling of relative date "Today" / "Yesterday" for Druid
  • #2195 - Provide better error message if frontend files are missing when running lein ring server
  • #2105 - MySQL Strict Mode
  • #2037 - Pulse sparkline is rendering dot in the wrong place

Complete list of issues