From 9c21c4120ff8ef764be49936f98f5357bdedd0ee Mon Sep 17 00:00:00 2001 From: timhallinflux Date: Wed, 11 Jul 2018 01:41:19 -0700 Subject: [PATCH] Update CHANGELOG.md Update to include release date for 1.6 and maintenance releases for 1.5.x where x > 0 --- CHANGELOG.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c90fc7db65..f7509339ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ v1.7.0 [unreleased] - [#9964](https://github.com/influxdata/influxdb/pull/9964): Enable the storage service by default. - [#9996](https://github.com/influxdata/influxdb/pull/9996): Ensure read service regexes get optimised. -v1.6.0 [unreleased] +v1.6.0 [2017-07-05] ------------------- ### Breaking changes @@ -64,6 +64,55 @@ v1.6.0 [unreleased] - [#9977](https://github.com/influxdata/influxdb/pull/9977): Allow value filtering on SHOW TAG VALUES. - [#10051](https://github.com/influxdata/influxdb/pull/10051): Update example config with UDP precision option. +v1.5.4 [2018-06-21] +------------------- + +### Bugfixes + +- [#9924](https://github.com/influxdata/influxdb/pull/9924): [1.5] Fix panic in readTombstoneV4. +- [#9931](https://github.com/influxdata/influxdb/pull/9931): buildtsi: Do not escape measurement names. + +v1.5.3 [2018-05-25] +------------------- + +### Features + +- [#9903](https://github.com/influxdata/influxdb/pull/9903): Add optional pprof http endpoint immediately on startup. + +### Bugfixes + +- [#9765](https://github.com/influxdata/influxdb/pull/9765): Fix the validation for multiple nested distinct calls. +- [#9869](https://github.com/influxdata/influxdb/pull/9869): Return the correct auxiliary values for top/bottom. + +v1.5.2 [2018-04-12] +------------------- + +### Features + +- [#9680](https://github.com/influxdata/influxdb/pull/9680): Check for root user when running buildtsi. +- [#9672](https://github.com/influxdata/influxdb/pull/9672): [1.5] Adjustable TSI Compaction Threshold + +### Bugfixes + +- [#9638](https://github.com/influxdata/influxdb/pull/9638): backport: check for failure case where backup dir has no manifest files. +- [#9651](https://github.com/influxdata/influxdb/pull/9651): Fix regression to allow now() to be used as the group by offset again. +- [#9614](https://github.com/influxdata/influxdb/pull/9614): 1.5: Revert "Use MADV_WILLNEED when loading TSM files". +- [#9660](https://github.com/influxdata/influxdb/pull/9660): Ignore index size in Engine.DiskSize(). +- [#9662](https://github.com/influxdata/influxdb/pull/9662): [1.5] Fix buildtsi partition key. +- [#9676](https://github.com/influxdata/influxdb/pull/9676): Ensure that conditions are encoded correctly even if the AST is not properly formed. + +v1.5.1 [2018-03-20] +------------------- + +### Bugfixes + +- [#9542](https://github.com/influxdata/influxdb/pull/9542): Allow time variable to be case insensitive again. +- [#9564](https://github.com/influxdata/influxdb/pull/9564): Support setting the log level through the environment variable. +- [#9575](https://github.com/influxdata/influxdb/pull/9575): Ensure correct number of tags parsed. +- [#9566](https://github.com/influxdata/influxdb/pull/9566): Fix panic when checking fieldsets. +- [#9587](https://github.com/influxdata/influxdb/pull/9587): Fix data race in WAL. + + v1.5.0 [2018-03-06] -------------------