• 2.0.0 e134f9c36d

    ## [2.0.0] - 2026-08-26
    All checks were successful
    release / dotnet-release-workflow (push) Successful in 3m23s

    louis9902 released this 2026-08-26 18:52:26 +00:00 | 1 commits to main since this release

    Signed by louis9902
    GPG key ID: 4B9DB28F826553BD

    Breaking changes

    • PipeSource.FromBytes(byte[]) was replaced by FromBytes(ReadOnlyMemory<byte>)
    • PipeSource.FromString / PipeTarget.ToDelegate overload signatures were reorganized
    • Spectre.Console dependency removed from the sample dummy app

    Added

    • process: Pipe IO support via System.IO.Pipelines (PipeSource.FromPipeReader, PipeTarget.ToPipeWriter)
    • process: System.Buffers support 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/PipeTarget factory overloads for clearer encoding and buffer handling

    Fixed

    • process: Ensure the process output pipe is drained by the caller

    Removed

    • process: Removed the Spectre.Console based sample console from the dummy app
    Downloads