Merge pull request #1362 from influxdata/flux-0.82

Flux 0.82
pull/1372/head
pierwill 2020-08-26 11:08:45 -07:00 committed by GitHub
commit 24bd51fc7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

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