-
## [2.0.0] - 2026-08-26
All checks were successfulrelease / dotnet-release-workflow (push) Successful in 3m23sreleased this
2026-08-26 18:52:26 +00:00 | 1 commits to main since this releaseBreaking changes
PipeSource.FromBytes(byte[])was replaced byFromBytes(ReadOnlyMemory<byte>)PipeSource.FromString/PipeTarget.ToDelegateoverload signatures were reorganizedSpectre.Consoledependency removed from the sample dummy app
Added
- process: Pipe IO support via
System.IO.Pipelines(PipeSource.FromPipeReader,PipeTarget.ToPipeWriter) - process:
System.Bufferssupport for pipe targets (PipeTarget.ToBufferWriter) - process: Diagnostic source emitting process lifecycle events
- process: Overloads on pipe factories accepting a custom buffer size
Changed
- process: Reworked
PipeSource/PipeTargetfactory overloads for clearer encoding and buffer handling
Fixed
- process: Ensure the process output pipe is drained by the caller
Removed
- process: Removed the
Spectre.Consolebased sample console from the dummy app
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads