Releases: theodorzoulias/SimpleTplDataflowPipelines
Releases · theodorzoulias/SimpleTplDataflowPipelines
1.2.0 release
Added two advanced features: AddUnlinked and WithPostCompletionAction.
1.1.0 release
Made the PipelineException sealed, to emphasize that it is intended for internal use only.
1.0.4 release
Compiles with C# 6
1.0.3 release
Minor improvements
1.0.2 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.
1.0.1 release
Aligned the linking pattern of the blocks, with the pattern implemented internally by the TPL Dataflow library.
1.0.0 release
Add project files.