Skip to content

v6.8.0

Latest
Compare
Choose a tag to compare
@michel-kraemer michel-kraemer released this 20 Feb 15:39
· 18 commits to master since this release

New features:

  • Do not unnecessarily split process chain. If an action has multiple actions depending on it, check if these actions would actually be executed in parallel. If so, split the process chain. If not (i.e. if they all depend on each other and would be executed sequentially anyhow) do not split the process chain.

Maintenance:

  • Update dependencies