Releases: influxdata/flux
Releases · influxdata/flux
v0.158.0
v0.157.1
v0.157.0
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
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
v0.155.1
v0.155.0
v0.154.0
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)