Releases: influxdata/flux
Releases · influxdata/flux
v0.28.1
v0.28.0
v0.28.0 [2019-04-24]
Features
Bug fixes
v0.27.0
v0.26.0
v0.26.0 [2019-04-18]
Breaking changes
Features
- 1fcdaaa add handling for conditional expressions to type inference (#1184)
- ac06baf add if/then/else syntax to Flux parser
- 27bf118 added a WalkIR function that external programs can use to traverse an opSpec structure (#1149)
- 38c04ce add planner options to compile options (#1146)
- 862f2bc add example on how to use flux as a library (#849)
- 462c07a duplicate will now overwrite a column if the as label already exists (#1135)
Bug fixes
- 8c818b1 format right child with good parens (#1166)
- 7505a46 make staticcheck pass (#1177)
- 4a438e2 rename json tag so go vet passes (#1176)
- 424cb2f the controller pump could reference a nil pointer (#1154)
- c268989 create a DependenciesAwareProgram so controller can assign dependencies (#1148)
- eacb4d4 make Program.Start start execution synchronously (#1143)
- ff804ed read the metadata channel in a separate goroutine (#1131)
- 644ab21 Remove dead code in controller so staticcheck passes (#1105)
- c42b770 Allow flux unit tests to pass (#1103)
- 90ce58c require a github token to perform a release (#1150)
- eb409af change example name to make go vet pass (#1151)
- 828398a make csv.from return decode error (#1141)
v0.25.0
v0.24.0
v0.23.0
v0.23.0 [2019-03-26]
Breaking changes
Features
- 5f3472e define comparison operators between time types (#999)
- 6c2246e parse signed duration
- 19d7fe7 added reduce function and supporting go API for implementation (#1065)
- a4b78eb fix for recognizing locally scoped objects and arrays in a row function (#1069)
Bug fixes
v0.22.0
v0.21.4
v0.21.4 [2019-03-06]
Bug fixes
v0.21.3
v0.21.3 [2019-03-05]
Bug fixes
- 16950c4 fix test to pass in influxdb (#1024)
- 5ea9eee write table and result name in each row of csv output (#1014)
- 92bf63c make time() function accept any format that parser accepts (#1019)
- 222374b return errors when evaluating functions (#1018)
- 8a418db prevent a deadlock in the array expression parser (#1013)