Skip to content

1.0.2 release

Compare
Choose a tag to compare
@theodorzoulias theodorzoulias released this 09 Oct 16:14
· 34 commits to release since this release

Fixed a flaw that delayed the completion of the pipeline, in case of an error. The non-failed blocks were just completed, not faulted. Now all the blocks are immediately faulted, and the pipeline completes ASAP.

A new type, the PipelineException, was added.