Releases: csrakowski/ParallelAsync
Releases · csrakowski/ParallelAsync
v1.4
Added gist support for IAsyncEnumberable<T>
v1.3.2
- Added the RunId to the BatchStart and BatchStop events
v1.3.1
- Reduced overhead in code paths where the input collection is a
T[],maxBatchSizeis greater than1andallowOutOfOrderisfalse
v1.3.0
- Changed assembly signing key
- Further changes to internal implementation details
- Performance improvements when the input collection is a
T[]orIList<T>andmaxBatchSizeis set to1 - Performance improvements in the
allowOutOfOrdercode paths.
v1.3.0-Preview
Changed assembly signing key
- Further changes to internal implementation details
- Performance improvements when the input collection is a
T[]orIList<T>andmaxBatchSizeis set to1 - Performance improvements in the
allowOutOfOrdercode paths.
v1.2.1
- Marked the
Ton theIParallelAsyncEnumerableas covariant - Changes to internal implementation details
v1.2.0
- Added an
EventSourceto expose some diagnostic information. - Changed minimum supported NetStandard from 1.0 to 1.1 (Because of the
EventSource).
v1.1.1
- Added support for
IReadOnlyCollection<T>to theListHelper. - Added more XmlDoc to methods and classes.
v1.1.0
- Renamed class to
ParallelAsyncto prevent naming conflicts with theSystem.Threading.Tasks.Parallel. - Renamed namespace to
CSRakowski.Parallelto prevent ambiguous name conflicts between the class and the namespace. - Added new extension methods to allow for fluent sytax usage.
v1.0.1
- Enabled Strong Naming.