added flux 0.67.0 to flux changelog

pull/1069/head
Scott Anderson 2020-04-29 10:22:10 -06:00
parent 9b1e68b01a
commit f538505ef1
1 changed files with 16 additions and 0 deletions

View File

@ -16,6 +16,22 @@ Though newer versions of Flux may be available, they will not be included with
InfluxDB until the next InfluxDB v2.0 release._
{{% /note %}}
## v0.67.0 [2020-04-28]
### Features
- Planner Pattern interface supplies a set of ProcedureKind as root.
- Initial prototype of a table-based Flux.
- Evaluate and store "now" in execution dependencies for `tableFind()` to use.
- Static analysis tool for listing entry points to Flux.
- Pass context to rewrite rules in the planner.
### Bug fixes
- Pivot sends update watermark and processing time exactly once.
- `system.time()` checks context for override.
- Add bounds to alignTime tests.
---
## v0.66.1 [2020-04-14]
### Bug fixes