From 3c8276158ce38e36e48f44d771556f1df69791c1 Mon Sep 17 00:00:00 2001 From: pierwill Date: Tue, 25 Aug 2020 10:52:04 -0700 Subject: [PATCH] Add Flux 0.82.2 release notes --- content/v2.0/reference/release-notes/flux.md | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index 317e8ba5c..65f7c0e64 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -16,6 +16,31 @@ Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} +## v0.82.2 [2020-08-25] + +### Features +- Replace [satori/go.uuid](https://github.com/satori/go.uuid) with [gofrs/uuid](https://github.com/gofrs/uuid) in Golang dependencies. + +--- + +## v0.82.1 [2020-08-25] + +Internal code cleanup. + +--- + +## v0.82.0 [2020-08-24] + +### Features +- Add validation for InfluxDB schema compatibility. +- Add a documentation URL field to Flux errors to help provide more informative error messages in the future. +- Add the `profiler` package. + +### Bug fixes +- Fix a panic involving invalid types in map object property. + +--- + ## v0.81.0 [2020-08-17] ### Features