- Remove buffering from the pipe chunked APIs.
- Allow streamly-0.10.0 and streamly-core-0.2.0
- Fix a bug in quote escaping in the Command module
- Add APIs in System.Process and System.Command module with ability to set process attributes.
- Added a
Streamly.System.Command
module toChunks
andtoBytes
now make the stdin available to the process being executed.- Allow streamly 0.9.0
- Signature changes - removed the IsStream constraint, now all APIs use the
monomorphic
Stream
type.
- Fix the test suite.
- Allow streamly 0.8.2
- The process in following APIs is now terminated with SIGTERM if an exception
is thrown or if the process is garbage collected before it could terminate.
toBytes
processChunks
processBytes
- Initial version.