From 3b7819c9bd6922b544fd8c1550dd3d6fe34c1141 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 22 Jul 2020 14:36:03 -0600 Subject: [PATCH 1/3] added flux 0.75 placeholder release notes --- content/v2.0/reference/release-notes/flux.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index f2cc8e73f..1f29847d7 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -16,6 +16,11 @@ Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} +## v0.75.0 [unreleased] +_placeholder_ + +--- + ## v0.74.0 [2020-07-21] ### Features From 177a9272ee3a89212ddeba2a1b4675e737a68b22 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 27 Jul 2020 15:44:28 -0600 Subject: [PATCH 2/3] added flux 0.75 release notes --- content/v2.0/reference/release-notes/flux.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index 1f29847d7..3ab0975f1 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -16,8 +16,21 @@ Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} -## v0.75.0 [unreleased] -_placeholder_ +## v0.75.0 [2020-07-27] + +### Features +- Update `parse_record` to return `MonoType` for consistent results from functions + used by `parse_monotype`. +- Internal command utility for comparing CSV tables. +- Update `mod.rs` with `parse_record`. +- Add planner tests for window min and max. +- CRUD options and properties. +- Update `mod.rs` with `parse_constraints`. +- Update `mod.rs` with `ArrayType` and add `Array` to the `Monotype` enumeration. + +### Bug fixes +- Statuses are always sorted by source timestamp. +- Multiple `do` calls will fail with an empty table. --- From ffe813e906bb2e2754d9f95e894f5c56856c65bd Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 27 Jul 2020 15:55:41 -0600 Subject: [PATCH 3/3] added flux 0.76.0 and 0.76.1 release notes --- content/v2.0/reference/release-notes/flux.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index 3ab0975f1..8c24abeae 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -16,6 +16,20 @@ Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} +## v0.76.1 [2020-07-27] + +### Bug fixes +- Fix data race in metadata. + +--- + +## v0.76.0 [2020-07-27] + +### Features +- Add query plan to query metadata. + +--- + ## v0.75.0 [2020-07-27] ### Features