removed flux 0.31.1 from changelog, fixed typo in aggregateWindow doc

pull/250/head
Scott Anderson 2019-05-30 11:56:39 -06:00
parent 330ead2cf4
commit a9e1cf0572
2 changed files with 2 additions and 7 deletions

View File

@ -84,7 +84,7 @@ from(bucket: "example-bucket")
fn: mean fn: mean
) )
``` ```
####### Specifying parameters of the aggregate function ###### Specifying parameters of the aggregate function
To use `aggregateWindow()` aggregate functions that don't provide defaults for required parameters, To use `aggregateWindow()` aggregate functions that don't provide defaults for required parameters,
for the `fn` parameter, define an anonymous function with `columns` and `tables` parameters for the `fn` parameter, define an anonymous function with `columns` and `tables` parameters
that pipe-forwards tables into the aggregate function with all required parameters defined: that pipe-forwards tables into the aggregate function with all required parameters defined:

View File

@ -9,16 +9,11 @@ menu:
--- ---
{{% note %}} {{% note %}}
_The latest release of InfluxDB v2.0 alpha includes **Flux v0.31.1**. _The latest release of InfluxDB v2.0 alpha includes **Flux v0.31.0**.
Though newer versions of Flux may be available, they will not be included with Though newer versions of Flux may be available, they will not be included with
InfluxDB until the next InfluxDB v2.0 release._ InfluxDB until the next InfluxDB v2.0 release._
{{% /note %}} {{% /note %}}
## v0.31.1 [2019-05-29]
### Bug fixes
- Do not call done after calling the function.
## v0.31.0 [2019-05-28] ## v0.31.0 [2019-05-28]
### Breaking changes ### Breaking changes