Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.45 KB

File metadata and controls

33 lines (26 loc) · 1.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.2 - 2021-03-22

Fixed

  • DataflowAsyncEnumerable.AsSourceBlock(IAsyncEnumerable<T>) would not dispose the enumerator when the cancel is requested
  • Fix deadlock in SourceBlockAsyncEnumerator, which occurs when the source offers a message while MoveNextAsync is running

0.2.1 - 2021-03-17

Fixed

  • Fix throwing ArgumentException when input encapsulated block to RunThroughDataflowBlock (#3)

0.2.0 - 2020-10-15

Added

  • Provides deterministic binary on NuGet

0.2.0-alpha1 - 2020-10-13

Changed

  • Remove dependency to BiDaFlow core library

0.1.0 - 2020-05-03

Added

  • Functions that convert between ISourceBlock and IAsyncEnumerable
  • RunThroughDataflowBlock method to a dataflow block into IAsyncEnumerable method chain