Merge pull request #1249 from influxdata/flux-0.76

Flux 0.75 & 0.76
pull/1253/head
Scott Anderson 2020-07-29 08:43:17 -06:00 committed by GitHub
commit a909d2ac32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -16,6 +16,38 @@ 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
- 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.
---
## v0.74.0 [2020-07-21]
### Features