Skip to content

Releases: influxdata/flux

v0.167.0

16 May 20:12
v0.167.0
8675702
Compare
Choose a tag to compare

v0.167.0 [2022-05-16]

Features

  • 35ae492 Allow default types to be specified for default arguments (#4707)
  • d0d8252 add scale function to add to allow for dynamic duration changes (#4730)
  • cd0d292 expose aggregate window spec fields for use by the planner (#4733)
  • 9d27bb9 add experimental.preview function (#4725)

Bug fixes

  • 58016f2 date.add and date.sub work correctly with timezones enabled (#4754)
  • 095dea7 ci failure for flux test gen (#4747)
  • 3196b75 hourSelection does not allow for selecting overnight time ranges (#4717)
  • f352a24 logic error in aggregate window rule and preserve whether table.fill is present (#4738)
  • 0ab11d4 use MultiplicativeOperator in MultiplicativeExpression (#4732)

v0.166.0

09 May 23:44
d2753ff
Compare
Choose a tag to compare

v0.166.0 [2022-05-09]

Features

Bug fixes

  • 13dc155 remove JoinOpSpec.TableNames and favor JoinOpSpec.params to stay consistent inside tableFind (#4698)
  • 9caf569 fix SortLimit for empty input group (#4701)

v0.165.0

25 Apr 18:49
v0.165.0
ead736e
Compare
Choose a tag to compare

v0.165.0 [2022-04-25]

Features

Bug fixes

v0.164.1

18 Apr 15:08
v0.164.1
e45353d
Compare
Choose a tag to compare

v0.164.1 [2022-04-18]

Bug fixes

  • e45353d remove an extraneous go generate statement (#4670)

v0.164.0

13 Apr 16:17
v0.164.0
b48a01b
Compare
Choose a tag to compare

v0.164.0 [2022-04-13]

Features

  • ba24a4b Allow go to pass compilation options to Rust (#4636)

Bug fixes

v0.163.0

07 Apr 17:05
v0.163.0
bc7b33e
Compare
Choose a tag to compare

v0.163.0 [2022-04-07]

Features

Bug fixes

  • bc7b33e transformation transport adapter now always invokes finish (#4650)
  • 63b2fb9 adds support for a soft paragraph (#4647)

v0.162.0

05 Apr 15:23
v0.162.0
1d92ddf
Compare
Choose a tag to compare

v0.162.0 [2022-04-05]

Features

Bug fixes

  • e2648ea create better error message for pivot column conflict (#4579)
  • 1025635 create spans for transforms using context (#4621)
  • 7c37c5b add the error to the span created for a transformation (#4618)
  • b34ae44 restore required features hidden behind cffi (#4617)

v0.161.0

24 Mar 19:53
v0.161.0
7213ec1
Compare
Choose a tag to compare

v0.161.0 [2022-03-24]

Features

Bug fixes

  • 7213ec1 check length boundary for lower bound of substring (#4593)

v0.160.0

22 Mar 18:39
v0.160.0
5e19bfa
Compare
Choose a tag to compare

v0.160.0 [2022-03-22]

Features

Bug fixes

  • 49ae3cd Join function does not properly handle divergent schemas (#4560)
  • f387113 fix testcase format to not hang too much (#4571)
  • 45c05ee make substring check bounds correctly (#4569)
  • b2463c0 duration and int literal scanning (#4561)
  • a3a82bc makes testcase a semantic check instead of an error (#4566)
  • d8ccde2 skip parallel merge when selecting the result name based on side effects (#4567)
  • 05d13b7 add metadata headers to inline documentation (#4557)

v0.159.0

14 Mar 17:09
d753c3a
Compare
Choose a tag to compare

v0.159.0 [2022-03-14]

Features

  • 9c47b05 added a finish state to parallel-merge, always protect with lock (#4551)

Bug fixes