Releases: socketry/io-stream
Releases · socketry/io-stream
v0.13.0
v0.12.0
- Introduce
IO::Stream::Duplexas a low-level duplex transport for composing separate input and output endpoints. - Add
IO::Stream::Duplex(input, output)as a convenient constructor that returns a buffered stream wrapping a duplex transport. - Add a timeout compatibility shim for
StringIOso duplex streams composed from in-memory endpoints can participate in the timeout interface consistently. - Remove old OpenSSL method shims.