Skip to content

v0.22.0

Compare
Choose a tag to compare
@b-butler b-butler released this 14 Oct 14:03
d031e1c

Version 0.22

[0.22.0] -- 2022-10-14

Added

  • Support for formatting with operation function arguments for FlowCmdOperation (#666, #630).
  • The CLI status command can show document parameters by using flag -p doc.PARAM (#667).
  • FlowProject.operation now has cmd, with_job, and directives keyword only arguments (#679, #655, #669).

Changed

  • Deprecated formatting the output of a FlowCmdOperation (#666, #630).
  • @flow.cmd and flow.with_job are deprecated (#679, #669, #665).
  • @FlowProject.operation.with_directives is deprecated (#679, #665).
  • Deprecated the --show-traceback option for flow's CLI run and submitcommands (#674, #169).
  • flow CLI run and submit show tracebacks by default (#674, #169).
  • Broke TestBidict and TestTemplateFilters into smaller and simpler functions (#626).