Skip to content

v0.156.0

Compare
Choose a tag to compare
@team-flux team-flux released this 22 Feb 17:33
· 531 commits to master since this release
v0.156.0
6c2dc31

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)