add new items in change log and date; minor edits

pull/1056/head
kelseiv 2020-05-21 17:15:41 -07:00 committed by GitHub
parent 533b8d1eaa
commit bc8d98e538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 7 deletions

View File

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