Skip to content

Releases: influxdata/flux

v0.186.0

11 Oct 19:15
v0.186.0
38cf4e2

Choose a tag to compare

v0.186.0 [2022-10-11]

Features

Bug fixes

  • 7b91d6d array touint test utilized conversion behavior incorrectly (#5274)
  • d9267e0 Don't lose extra precision in floats when run through the formatter (#5269)

v0.185.0

03 Oct 21:22
v0.185.0
f48f1a2

Choose a tag to compare

v0.185.0 [2022-10-03]

Features

Bug fixes

v0.184.2

26 Sep 22:46
1dae302

Choose a tag to compare

v0.184.2 [2022-09-26]

Bug fixes

v0.184.1

21 Sep 20:21
v0.184.1
140a51b

Choose a tag to compare

v0.184.1 [2022-09-21]

v0.184.0

21 Sep 10:10
v0.184.0
41ef75c

Choose a tag to compare

v0.184.0 [2022-09-21]

Breaking changes

Features

  • 702f9dc add array type conversion functions to experimental array package (#5199)

Bug fixes

v0.183.0

12 Sep 19:28
e0cfb66

Choose a tag to compare

v0.183.0 [2022-09-12]

Features

Bug fixes

v0.182.0

06 Sep 16:43
v0.182.0
80c7979

Choose a tag to compare

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

29 Aug 18:01
v0.181.0
d6a97ef

Choose a tag to compare

v0.181.0 [2022-08-29]

Features

Bug fixes

  • 3574c3a update package for Spec in headless repl (#5138)
  • 3a574fe "invalid != vector" panic for conditionals with bad values for test, consequent or alternate (#5118)

v0.180.1

22 Aug 19:19
7f1719d

Choose a tag to compare

v0.180.1 [2022-08-22]

v0.180.0

22 Aug 16:25
32fe18d

Choose a tag to compare

v0.180.0 [2022-08-22]

Features

Bug fixes