Releases: influxdata/flux
Releases · influxdata/flux
v0.175.0
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
v0.174.1
v0.174.0
v0.173.0
v0.173.0 [2022-06-29]
Breaking changes
Features
- 851bbc7 deprecate experimental/http.get (#4923)
- ce14bed Format scripts with a trailing newline by default (#4905)
- 0439182 deprecate experimental.csv (#4922)
- 045c398 promote experimental/array to array (#4924)
- b7e6fa4 promote experimental/http/requests package (#4921)
- 4246f98 promote bitwise (#4919)
- 02f463f Remove test statements (#4910)
Bug fixes
v0.172.0
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
v0.171.0 [2022-06-14]
Breaking changes
Features
- f8817e0 Add FromStr for Feature (#4871)
- a0f4b40 add method to parallelize aggregate transformations (#4851)
- 3d90fbb Remove testing.loadStorage (#4858)
- 9501c99 Add an unused symbols pass (#4745)
- 77dd4ca Add From implementations for Node/NodeMut (#4810)
Bug fixes
v0.170.1
v0.170.0
v0.169.0
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
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)