commit
24bd51fc7a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue