Skip to content

Releases: influxdata/flux

v0.180.0

Choose a tag to compare

@team-flux team-flux released this 22 Aug 16:25
32fe18d

v0.180.0 [2022-08-22]

Features

Bug fixes

v0.179.0

Choose a tag to compare

@team-flux team-flux released this 15 Aug 21:36
v0.179.0
2be9804

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

Choose a tag to compare

@team-flux team-flux released this 09 Aug 20:23
d0ff2cf

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

Choose a tag to compare

@team-flux team-flux released this 08 Aug 17:15
fefa552

v0.177.1 [2022-08-08]

Bug fixes

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

v0.177.0

Choose a tag to compare

@team-flux team-flux released this 01 Aug 17:36
1715d9d

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

Choose a tag to compare

@team-flux team-flux released this 25 Jul 16:56
v0.176.0
05a1065

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)

v0.175.0

Choose a tag to compare

@team-flux team-flux released this 19 Jul 16:11
v0.175.0
e811f6c

v0.175.0 [2022-07-19]

Features

  • eb3b3c5 switch testing.diff to use experimental.diff as its base (#5000)
  • 0795f80 add a proper diff implementation to the experimental package (#4992)
  • d01f82a generalize attributes in planner (#4982)
  • 15c0b9d add support for constants/literals in vectorized map (#4960)
  • 95caa7f replaced our optimization with gonum optimize (#4816)

Bug fixes

  • 2a3c556 provide a default schema for unmatched group keys (#4999)
  • cedce32 Make join resilient to schema changes (#4962)

v0.174.1

Choose a tag to compare

@team-flux team-flux released this 12 Jul 14:06
v0.174.1
53c90d5

v0.174.1 [2022-07-12]

Bug fixes

  • 53c90d5 aggregate window mean and sum work properly with null values (#4986)
  • 1058466 to function should skip empty tag values (#4978)

v0.174.0

Choose a tag to compare

@team-flux team-flux released this 05 Jul 20:55
5230eea

v0.174.0 [2022-07-05]

Features

  • ad965c1 Make the test output easier to read (#4931)
  • 67a917f promote experimental.to to influxdata/influxdb.wideTo (#4918)
  • 4e5e59a allow physical plan attributes to contribute to formatter details (#4949)
  • 4921c6e adds tagging support to flux test (#4935)

Bug fixes

v0.173.0

Choose a tag to compare

@team-flux team-flux released this 29 Jun 20:20
v0.173.0
de1fb50

v0.173.0 [2022-06-29]

Breaking changes

  • ce14bed Format scripts with a trailing newline by default (#4905)

Features

Bug fixes