Skip to content

Releases: influxdata/flux

v0.158.0

09 Mar 18:37
v0.158.0
93bfbc9
Compare
Choose a tag to compare

v0.158.0 [2022-03-09]

Features

  • 44cf37b add inline documentation to the universe package (#4534)
  • e484c12 factor parallel execution into the concurrency quota calculation (#4532)

Bug fixes

  • 805231e add parallel merges with no successors to the results set (#4536)
  • 25c9a28 one of the updated map tests used range incorrectly (#4533)

v0.157.1

03 Mar 22:38
59e6485
Compare
Choose a tag to compare

v0.157.1 [2022-03-03]

v0.157.0

03 Mar 19:38
59e6485
Compare
Choose a tag to compare

v0.157.0 [2022-03-03]

Features

  • a8a50ff update fill to use narrow transformation (#4487)
  • c63e67a add an attribute-based instantiation of parallel execution nodes (#4503)
  • 51f7413 Expose the Record::fields iterator (#4509)
  • eb7fe65 allow quantile with tdigest to process any numeric (#4507)
  • c1ea294 optimized version of aggregate window for specific aggregates (#4505)

Bug fixes

  • 0f0c88f vectorized map now handles missing columns (#4525)
  • c7f4208 Remove duplicate line in Makefile (#4522)
  • 85c530b Fix errors building docs with cargo doc (#4516)
  • e32e142 reclasify csv decoding errors as user errors (#4504)
  • caae36e iox.from() now uses the proper stream annotation (#4510)
  • 9b322d1 update signature of generate.from() to be stream, not array (#4502)

v0.156.0

22 Feb 17:33
v0.156.0
6c2dc31
Compare
Choose a tag to compare

v0.156.0 [2022-02-22]

Features

  • c57baa9 add second pass to physical planner for parallelization rules (#4498)
  • 837a167 Separate streams from arrays in the type system (#4468)
  • b6eb4ac add function to internal/debug to check feature flag values (#4493)
  • b7c5cb2 allow feature flags to record metrics if configured (#4497)
  • 45634dc add extra verbose level to dump AST of test (#4489)
  • 6ba6085 Explain what [A], [A:B] etc means in errors (#4467)

Bug fixes

  • 6c2dc31 make buckets() function return a stream (#4501)
  • 4996f84 removes unnecessary TableObject guards (#4500)
  • 0cdd268 TagColumns in to() might get modified, copy them into the transformation (#4494)
  • 194fb3d update tests to use explicit yield (#4488)

v0.155.1

15 Feb 18:36
Compare
Choose a tag to compare

v0.155.1 [2022-02-15]

Bug fixes

v0.155.0

14 Feb 19:49
8089f44
Compare
Choose a tag to compare

v0.155.0 [2022-02-14]

Features

Bug fixes

  • 53d9797 add stop arg to schema functions (#4470)
  • 84f8ce0 remove os.Exit calls, allow defer executor.Close to run (#4474)
  • 80bc41c timezone is not working for 'no daylight savings time' (#4444)

v0.154.0

09 Feb 17:31
v0.154.0
ee80d23
Compare
Choose a tag to compare

v0.154.0 [2022-02-09]

Features

  • 4975d9e add peek method to quickly return HTTP response (#4446)
  • 0507665 add display function to make representing any value simple (#4460)
  • 72b7382 create a version of map that is columnar and supports vectorization (#4329)
  • 24fe9cc Handle vectorized functions (#4435)

Bug fixes

  • 6bb8468 add time vector to the values package (#4458)
  • 1e4c9f8 Set the correct type for the vectorized function (#4456)

v0.153.0

07 Feb 18:11
v0.153.0
f4b5973
Compare
Choose a tag to compare

v0.153.0 [2022-02-07]

Features

  • f4b5973 connect lsp feature through the flux crate (#4455)
  • b5d9d2d Add conversion from flux.Bounds to plan/execute.Bounds (#4448)
  • bc37ddc Re-index all bound variables to start from 0 (#4419)

Bug fixes

  • ba8034a int feature flags work properly when returned as floats (#4441)

v0.152.0

31 Jan 17:45
7a01fff
Compare
Choose a tag to compare

v0.152.0 [2022-01-31]

Features

  • 7a01fff adds support for generic http requests (#4429)
  • 5c4ed42 add experimental/iox package and a stub for the from function (#4430)
  • 40775d0 add dependency hooks to the dependency subsystem (#4421)
  • 3b1ad54 remove unneeded feature flags (#4428)

Bug fixes

v0.151.1

24 Jan 16:17
v0.151.1
f912371
Compare
Choose a tag to compare

v0.151.1 [2022-01-24]

Bug fixes