Skip to content

Releases: influxdata/flux

v0.175.0

19 Jul 16:11
v0.175.0
e811f6c
Compare
Choose a tag to compare

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

12 Jul 14:06
v0.174.1
53c90d5
Compare
Choose a tag to compare

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

05 Jul 20:55
5230eea
Compare
Choose a tag to compare

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

29 Jun 20:20
v0.173.0
de1fb50
Compare
Choose a tag to compare

v0.173.0 [2022-06-29]

Breaking changes

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

Features

Bug fixes

v0.172.0

24 Jun 21:17
v0.172.0
0bd05dd
Compare
Choose a tag to compare

v0.172.0 [2022-06-24]

Features

  • 319a0b1 add initialZero parameter to derivative function (#4887)
  • 2314ab7 Allow features to enable builtin statements (#4773)
  • 5186988 Provide the comments for each Symbol from PackageExports (#4774)
  • 5f12b25 Suggestions now start off by default and added a new flag (#4891)
  • d1a345b Add new join function with outer join support (#4690)
  • 53626ea add builtin function time to the date package to convert any timeable into datetime (#4749) (#4867)
  • 2ce630d Allow vector types to be specified in flux source (#4873)

Bug fixes

  • ad28223 replace extra boolean parameter for suggestions with repl options (#4915)
  • 473402e remove testing.load from yield test (#4913)
  • 560f73b fix a bug in how sort nodes created for new join (#4904)
  • 3ba6a9b Don't add an extra indentation for testcases (#4878)
  • 3fb53d6 Retain the package for identifier referencing the prelude (#4537)
  • 328b526 Only error in tests if an assertion fails (#4879)
  • bd9a26a make findColumn() able to handle multi-buffer tables (#4885)
  • 7e3789a Point to the function being piped to on argument mismatches (#4882)
  • f3ba2d7 visit successors before continuing DFS on node (#4853)

v0.171.0

14 Jun 15:26
f8817e0
Compare
Choose a tag to compare

v0.171.0 [2022-06-14]

Breaking changes

Features

Bug fixes

  • 2ceafc4 passing seed to tables generator (#4866)
  • 85d5ce5 ensure buffers are retained when copying an already buffered table (#4820)
  • 2de2379 Make it an error to use a label variable without the Label constraint (#4788)

v0.170.1

06 Jun 19:05
v0.170.1
878a9f1
Compare
Choose a tag to compare

v0.170.1 [2022-06-06]

Bug fixes

v0.170.0

02 Jun 18:01
v0.170.0
167cfbf
Compare
Choose a tag to compare

v0.170.0 [2022-06-02]

Features

Bug fixes

  • 167cfbf vectorized map properly handles shadowed columns (#4819)

v0.169.0

31 May 16:22
a9af7d0
Compare
Choose a tag to compare

v0.169.0 [2022-05-31]

Features

  • a9af7d0 add a _status tag to pagerduty records (#4796)
  • b66bfb9 refactor the operator profile to be in the statistics (#4791)

Bug fixes

  • 49e2997 Ensure that the constraints are checked and propagated fully (#4798)
  • 92cc2b8 fix math for integral with a single value (#4802)
  • 892defc add json tags for the transport profiles in statistics (#4803)
  • e107c96 metadata in flux statistics needs to be initialized (#4801)
  • 951b298 return a more helpful error message to the user when an http response exceeds maxResponseBody(100MB) (#4764)
  • 6acd449 Correct several issues found during #4740 (#4786)

v0.168.0

23 May 22:36
v0.168.0
773519e
Compare
Choose a tag to compare

v0.168.0 [2022-05-23]

Features

  • d7b98a9 enable moving average and cumulative sum optimizations by default (#4772)
  • f2fa4eb support vectorized logical operations within map (#4771)
  • f8b977d Add a planner rule that expands logical join nodes (#4765)
  • fac6ffb added timezone support to hourSelection function (#4757)

Bug fixes

  • 773519e attach type when constructing logical expressions (#4783)
  • 5583ce1 fix panic with half diamond logical plan (#4614)