Skip to content

Releases: theodorzoulias/SimpleTplDataflowPipelines

1.2.0 release

11 Nov 19:20
Compare
Choose a tag to compare

Added two advanced features: AddUnlinked and WithPostCompletionAction.

1.1.0 release

18 Oct 01:47
Compare
Choose a tag to compare

Made the PipelineException sealed, to emphasize that it is intended for internal use only.

1.0.4 release

14 Oct 16:58
Compare
Choose a tag to compare

Compiles with C# 6

1.0.3 release

14 Oct 09:13
Compare
Choose a tag to compare

Minor improvements

1.0.2 release

09 Oct 16:14
Compare
Choose a tag to compare

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.

1.0.1 release

06 Oct 20:55
Compare
Choose a tag to compare

Aligned the linking pattern of the blocks, with the pattern implemented internally by the TPL Dataflow library.

1.0.0 release

30 Sep 14:37
Compare
Choose a tag to compare
Add project files.