Merge pull request #498 from influxdata/alpha-18-changelog

Alpha 18 changelog
pull/501/head
noramullen1 2019-09-26 15:45:37 -07:00 committed by GitHub
commit 7fdf4f9a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -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]