Releases: influxdata/flux
Releases · influxdata/flux
v0.167.0
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
v0.165.0
v0.165.0 [2022-04-25]
Features
- 66047a2 adding support for options in testacase extension (#4559)
- 046acc1 Vectorize addition in
map
(#4641) - fdf2715 add location support to date.truncate function (#4675)
- e8afac2 Accept string literals in the fields of a record type (#4664)
- c9dec75 add trace option to the flux cli (#4674)
- b42886e Add EquiJoinPredicateRule (#4665)
Bug fixes
v0.164.1
v0.164.0
v0.163.0
v0.162.0
v0.162.0 [2022-04-05]
Features
- 1aa79b7 add opentracing spans to the Flux runtime (#4616)
- e9c0ffe add cffi feature (#4612)
- 0018e60 merge and replace the main flux cli with the alternate one (#4611)
- ffb51f8 Track freed memory with SetFinalizer (#4597)
- 99db28c move addDuration and subDuration from experimental to date (#4610)
Bug fixes
v0.161.0
v0.160.0
v0.160.0 [2022-03-22]
Features
- db497ca take the concurrencyLimit from FF and keep it in the dependencies (#4564)
- a9ed037 add mqtt docker integration test (#4556)
- dc08c57 enable dialer pool for everyone (#4565)
- 1d88679 Add an IOx specific unpivot (#4553)
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)