Skip to content

Releases: csrakowski/ParallelAsync

v1.4

10 Apr 19:46

Choose a tag to compare

Added gist support for IAsyncEnumberable<T>

v1.3.2

19 Jul 21:05

Choose a tag to compare

  • Added the RunId to the BatchStart and BatchStop events

v1.3.1

29 Jan 12:33

Choose a tag to compare

  • Reduced overhead in code paths where the input collection is a T[], maxBatchSize is greater than 1 and allowOutOfOrder is false

v1.3.0

28 Jan 10:38

Choose a tag to compare

  • Changed assembly signing key
  • Further changes to internal implementation details
  • Performance improvements when the input collection is a T[] or IList<T> and maxBatchSize is set to 1
  • Performance improvements in the allowOutOfOrder code paths.

v1.3.0-Preview

27 Jan 16:41

Choose a tag to compare

v1.3.0-Preview Pre-release
Pre-release

Changed assembly signing key

  • Further changes to internal implementation details
  • Performance improvements when the input collection is a T[] or IList<T> and maxBatchSize is set to 1
  • Performance improvements in the allowOutOfOrder code paths.

v1.2.1

23 Jan 09:10

Choose a tag to compare

  • Marked the T on the IParallelAsyncEnumerable as covariant
  • Changes to internal implementation details

v1.2.0

06 Jan 21:43

Choose a tag to compare

  • Added an EventSource to expose some diagnostic information.
  • Changed minimum supported NetStandard from 1.0 to 1.1 (Because of the EventSource).

v1.1.1

06 Jan 21:46

Choose a tag to compare

  • Added support for IReadOnlyCollection<T> to the ListHelper.
  • Added more XmlDoc to methods and classes.

v1.1.0

06 Jan 21:47

Choose a tag to compare

  • Renamed class to ParallelAsync to prevent naming conflicts with the System.Threading.Tasks.Parallel.
  • Renamed namespace to CSRakowski.Parallel to prevent ambiguous name conflicts between the class and the namespace.
  • Added new extension methods to allow for fluent sytax usage.

v1.0.1

06 Jan 21:47

Choose a tag to compare

  • Enabled Strong Naming.