v0.10.5
TranscodingStreams v0.10.5
Merged pull requests:
- Remove
VERSION >= v"1.4"
checks (#173) (@nhz2) - Make
Noop
process
type stable (#174) (@nhz2) - Aqua.jl tests and more downstream tests (#176) (@nhz2)
- Add done mode (#177) (@nhz2)
- Fix
stop_on_end = true
closing underlying stream (#178) (@nhz2) - Safely error in generic
Base.seekend
if in write mode (#179) (@nhz2) - Add RData.jl downstream test (#180) (@nhz2)
- Bump version to 0.10.5 (#181) (@nhz2)
Closed issues:
- The buffer growth behaviour of TranscodingStreams (#48)
- Method for closing the transcoding stream without closing the underlying stream (#85)
- perplexing interaction with IOBuffers (#95)
- Implement process method for Noop codec (#127)
- Implement
stop_on_end
keyword argument forTranscodingStream(::Noop, ::IO)
constructor (#128)