diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index 8c0c9f569..7b1a17233 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -8,17 +8,22 @@ menu: weight: 101 --- -## v2.0.0-beta.11 [2020-05-??] +## v2.0.0-beta.11 [2020-05-22] ### Features -- Integrate UTC dropdown when making custom time range query -- Allow for min OR max y-axis visualization settings rather than min AND max -- Add CSV to line protocol conversion library + +- Ability to set UTC time for a custom time range query. +- Ability to set a minimum or maximum value for the y-axis visualization setting (rather than requiring both). +- New `csv2lp` library for converting CSV (comma separated values) to InfluxDB line protocol. ### Bug Fixes -- Fixed bug that wasn't persisting `timeFormat` for Graph + Single Stat selections. -- Authorizer now exposes full permission set -- Fixed issue that was causing variable selections to hydrate all variable values. + +- Automatically adjust the drop-down list width to ensure the longest item in a list is visible. +- Fix bug in Graph + Single Stat visualizations to ensure `timeFormat` persists. +- Authorizer now exposes the full permission set. This adds the ability to derive which organizations the Authorizer has access to read or write to without using a User Request Management (URM) service. +- Fix issue causing variable selections to hydrate all variable values, decreasing the impact on network requests. +- Resolve scrollbar issues to ensure datasets are visible and scrollable. +- Check status now displays a warning if loading a large amount. ## v2.0.0-beta.10 [2020-05-07]