- Add .NET 6 target.
- Change default for
EnsureOrdered
tofalse
. - Automatically cancel on exception.
- Change defaults for
BoundedCapacity
andMaxDegreeOfParallelism
.
- Support starting a pipeline with a single empty tuple.
- Support
BoundedCapacity
,EnsureOrdered
, andMaxDegreeOfParallelism
.
- Initial release.