Skip to content

v1.3.0

Compare
Choose a tag to compare
@m4dcoder m4dcoder released this 19 Jan 22:44
· 113 commits to master since this release
dc77542

Added

  • Implement the orquesta-rehearse command to run unit tests for workflow. (new feature, beta)
    Contributed by AJ (guzzijones)

Changed

  • Remove mistral fixtures because they were used as ref to support multiple specs. Mistral is
    deprecated in StackStorm and there's no intention to support it here. A mistral to orquesta
    workflow conversion tool is available at https://github.com/StackStorm/orquestaconvert.

Fixed

  • Fix the custom flake8 extensions to check import statements. (bug fix)
  • Fix the deprecation warning that flags are not at the start of the expression. (bug fix)