v0.10.8
TranscodingStreams v0.10.8
Merged pull requests:
- Add HTTP.jl to downstream tests (#197) (@nhz2)
- Remove unneeded
Base.unsafe_read
NoopStream
method (#199) (@nhz2) - Make
mark
consistent withskip
andIOBuffer
(#201) (@nhz2) - Fixes for
position
with nestedNoopStreams
(#203) (@nhz2) - Bump julia-actions/setup-julia from 1 to 2 (#205) (@dependabot[bot])
- Add ZipStreams.jl to downstream tests (#206) (@nhz2)
- Fix interaction between unread and mark (#208) (@nhz2)
- Unread extra data when stopping (#209) (@nhz2)
- Allow
unread
ofAbstractVector{UInt8}
(#212) (@nhz2) - Bump version to 0.10.8 (#213) (@nhz2)
Closed issues:
- Allow
unread
ofAbstractVector{UInt8}
(#210)