Flux 0.147.0

pull/3519/head^2
Scott Anderson 2021-12-22 15:25:26 -07:00 committed by GitHub
parent 09f9d85690
commit e34213e6db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -10,6 +10,25 @@ aliases:
- /influxdb/cloud/reference/release-notes/flux/
---
## v0.147.0 [2021-12-14]
### Features
- Optimize [`union()` transformation](/flux/v0.x/stdlib/universe/union/).
- Optimize [`timeShift()` transformation](/flux/v0.x/stdlib/universe/timeshift/).
- Add inline documentation to the following packages:
- experimental/prometheus
- experimental/query
- experimental/record
- experimental/table
- experimental/usage
### Bug fixes
- Add mutex to the optimized `union` transformation.
- Ensure arrays are not table streams before calling `Len()`.
- Disable flakey `geo.filterRows` tests.
---
## v0.146.0 [2021-12-13]
### Features