Merge pull request #490 from influxdata/flux-0.48

Flux 0.48
pull/496/head
Scott Anderson 2019-09-24 09:36:50 -06:00 committed by GitHub
commit 5d94b72c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 1 deletions

View File

@ -11,11 +11,27 @@ aliases:
---
{{% note %}}
_The latest release of InfluxDB v2.0 alpha includes **Flux v0.47.1**.
_The latest release of InfluxDB v2.0 alpha includes **Flux v0.48.0**.
Though newer versions of Flux may be available, they will not be included with
InfluxDB until the next InfluxDB v2.0 release._
{{% /note %}}
## v0.48.0 [2019-09-20]
### Breaking changes
- Convert the Flux memory allocator into an arrow allocator.
### Features
- New dependency injection framework.
- Add planner options to Flux language.
- Make Flux `internal/promql/quantile` behavior match PromQL `quantile` aggregate.
### Bug fixes
- Passing context to WalkIR.
- Make `join()` reject input tables lacking `on` columns.
---
## v0.47.1 [2019-09-18]
### Bug fixes