Skip to content

Releases: influxdata/flux

v0.183.0

12 Sep 19:28
e0cfb66
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

v0.180.1 [2022-08-22]

v0.180.0

22 Aug 16:25
32fe18d
Compare
Choose a tag to compare

v0.180.0 [2022-08-22]

Features

Bug fixes

v0.179.0

15 Aug 21:36
v0.179.0
2be9804
Compare
Choose a tag to compare

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)

v0.178.0

09 Aug 20:23
d0ff2cf
Compare
Choose a tag to compare

v0.178.0 [2022-08-09]

Features

Bug fixes

  • d0ff2cf update pattern matching to specify successor counts (#5047)
  • 59212ea restore int return value for pagerduty.sendEvent (#5058)

v0.177.1

08 Aug 17:15
fefa552
Compare
Choose a tag to compare

v0.177.1 [2022-08-08]

Bug fixes

  • 6121d7c check bounds using rune array instead of string len in substring (#5043)

v0.177.0

01 Aug 17:36
1715d9d
Compare
Choose a tag to compare

v0.177.0 [2022-08-01]

Features

  • 1715d9d support conditional expressions in vectorized map (#5017)
  • ec80cc3 compute minimum required dispatcher concurrency from the plan graph (#5024)
  • 2914ff7 add a rule to remove redundant sort nodes (#5007)

Bug fixes

v0.176.0

25 Jul 16:56
v0.176.0
05a1065
Compare
Choose a tag to compare

v0.176.0 [2022-07-25]

Features

Bug fixes

  • 8be0a72 Added in support for the timezone.location in boundaries package (#4934)
  • 1136760 passing epsilon value from go test to test framework (#5008)
  • d061ee4 ignore unknown messages rather than erroring (#5009)