Skip to content

Releases: nullean/proc

0.3.4

27 Aug 09:44

Choose a tag to compare

HardKill before on OnError.

0.3.3

23 Aug 13:21

Choose a tag to compare

0.3.2...0.3.3

This improves Cancel and StartAsyncReads by actually breaking out properly of the read loop task.
This also removes redundant Task.Run now that we have a cancellable stream reader implementation.

0.3.2

17 Aug 20:45

Choose a tag to compare

5aeb3d1 Found a cleaner way to break out of StreamReader.ReadAsync without using exceptions as control flow

0.3.1

17 Aug 17:06

Choose a tag to compare

e5c5c6d Fixed edgecase in flushing the remainder buffer when the last three characters were \r\nX where X is any character. Off by 1 classic 😢
8f634ea Do not wait for stream readers if we gave up on reading from this, this causes an unnecessary wait when the process exits in the case where we are no longer subscribed

0.3.0

17 Aug 11:55

Choose a tag to compare

Start and stop Async reads on console out at will #2

0.1.6

07 May 10:18

Choose a tag to compare

Add circuit breaker support for the async reads on stdout and stderror streamreaders

0.1.5

07 May 10:10

Choose a tag to compare

  • Safer ExitCode checking.
  • SubscribeLines is now virtual.

0.1.4

18 Apr 19:04

Choose a tag to compare

Made the readers for stderr and stdout concurrent when using the StreamReader based observable.

0.1.3

17 Feb 11:52

Choose a tag to compare

Adds SIGINT support on windows.

0.1.0

17 Feb 11:52

Choose a tag to compare

Initital release