Releases: influxdata/flux
Releases · influxdata/flux
v0.186.0
v0.185.0
v0.184.2
v0.184.1
v0.184.0
v0.184.0 [2022-09-21]
Breaking changes
Features
Bug fixes
- 6698ad4 update SPEC and fix some inconsistencies (#5206)
- c46e047 sort limit skips chunks with no rows (#5211)
- 9738cff Don't report an error about testcases in the LSP (#5086)
- aee4c37 Prevent the metadata map from being concurrently mutated (#5209)
- 642ca27 Don't stackoverflow on deeply nested expressions (#4876)
- 97534a4 logical null handling (#5192)
- ca216bc Fix typo (#5205)
- 0edacfb Minor edit to SPEC.md (#5195)
- bc9005f Fix typo in specification of operator precedence (#5197)
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)