Merge pull request #14317 from influxdata/alpha-15

updating changelog for alpha 15
pull/14321/head v2.0.0-alpha.15
Nate Isley 2019-07-11 14:05:51 -07:00 committed by GitHub
commit c40f0ec60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,13 +1,19 @@
## Unreleased
## v2.0.0-alpha.15 [2019-07-11]
### Features
1. [14256](https://github.com/influxdata/influxdb/pull/14256): Add time zone support to UI
2. [14243](https://github.com/influxdata/influxdb/pull/14243): Addded new storage inspection tool to verify tsm files
### Bug Fixes
1. [14287](https://github.com/influxdata/influxdb/pull/14287) Fix incorrect reporting of task as successful when error occurs during result iteration
### Known Issues
1. [influxdata/flux#1492](https://github.com/influxdata/flux/issues/1492): Null support in Flux was introduced in Alhpa 14. Several null issues were fixed in this release, but one known issue remains - Users may hit a panic if the first record processed by a map function has a null value.
## v2.0.0-alpha.14 [2019-06-28]
### Features