process-streaming v0.5.0.0 Release Notes

    • Now the constructors for "PipingPolicy" take "Siphons" directly, instead of continuation functions.
    • ✂ Removed "separated" and "combined" functions, added new "PipingPolicy" constructors in their place.
    • ✂ Removed "LeftoverPolicy", its function is now performed by Siphons.
    • ✂ Removed "surely", "safely", "monoidally" functions with confusing signatures.
    • ✂ Removed all occurrences of unbounded buffers in the code.
    • 👍 Implemented support for branching pipelines of processes.