From 717b2bc70f1d34759f491c96e28a9dd94bcfa015 Mon Sep 17 00:00:00 2001 From: Nora Date: Thu, 26 Sep 2019 15:44:44 -0700 Subject: [PATCH] Alpha 18 changelog --- .../v2.0/reference/release-notes/influxdb.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index cc311538f..7535474e1 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -6,6 +6,28 @@ menu: name: InfluxDB parent: Release notes weight: 101 +--- +## v2.0.0-alpha.18 [2019-09-26] + +### Features +- Add jsonweb package for future JWT support. +- Added the JMeter Template dashboard. + +## UI Improvements +- Display dashboards index as a grid. +- Add viewport scaling to html meta for responsive mobile scaling. +- Remove rename and delete functionality from system buckets. +- Prevent new buckets from being named with the reserved `_` prefix. +- Prevent user from selecting system buckets when creating Scrapers, Telegraf configurations, read/write tokens, and when saving as a task. +- Limit values from draggable threshold handles to 2 decimal places. +- Redesign check builder UI to fill the screen and make more room for composing message templates. +- Move Tokens tab from Settings to Load Data page. +- Expose all Settings tabs in navigation menu. +- Added Stream and table functions to query builder. + +## Bug Fixes +- Remove scrollbars blocking onboarding UI step. + --- ## v2.0.0-alpha.17 [2019-08-14]