Releases: influxdata/flux
Releases · influxdata/flux
v0.183.0
v0.182.0
v0.182.0 [2022-09-06]
Features
- a1ed087 Display yields in fluxtest (#5161)
- 66da369 Allow unpivot to work when the time field is missing (#5149)
- 3d080bd add utility to register source and transformation (#5150)
- 6235ddd add rust binary to sit on top of "headless repl" backend (#5041)
Bug fixes
- efa48eb correct type for fillValueTime (#5156)
- 82710a2 vectorized division by zero should error not panic (#5159)
- 8e8e19b correct inconsistent runtime typing for
logicalVectorEvaluator
(#5160) - 88b5af6 Don't treat errors in SQL syntax as internal (#5120)
- 1d43f5c Handle a missing property on member expressions better (#4957)
- b6d9527 Don't lose the values of non-string group keys in experimental.diff (#5132)
v0.181.0
v0.180.1
v0.180.0
v0.179.0
v0.179.0 [2022-08-15]
Features
- af382a7 add a Stringify utility function for table.Chunk (#5090)
- c532e78 add support for vectorized binary equality ops (#5042)
- 43a4c52 switch testing.diff to use experimental.diff permanently (#5091)
- acb06ec add vector float builtin (#5015)
- def15ad enhance fluxtest to use package name with test/skip flags (#5039)
- f3d3772 Allow any kind of AST fragment to be formatted (#5055)
- 08d6404 Accept flux feature flags to the test command (#5060)
Bug fixes
- 2be9804 testing.shouldError uses a regex instead of a string (#5099)
- 0e6a1dd temporarily remove test for duplicates since it causes conflicts downstream (#5098)
- b2dea56 update buildinfo doc comments to match latest gofmt (#5088)
- 35a1a95 fix aggregate window rules that left plan in bad state (#5076)
- 391f320 pass filename to the flux parser to get it printed in location (#5057)