Skip to content

v0.10.8

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 13:55
· 26 commits to master since this release
a32fdfe

TranscodingStreams v0.10.8

Diff since v0.10.7

Merged pull requests:

  • Add HTTP.jl to downstream tests (#197) (@nhz2)
  • Remove unneeded Base.unsafe_read NoopStream method (#199) (@nhz2)
  • Make mark consistent with skip and IOBuffer (#201) (@nhz2)
  • Fixes for position with nested NoopStreams (#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 of AbstractVector{UInt8} (#212) (@nhz2)
  • Bump version to 0.10.8 (#213) (@nhz2)

Closed issues:

  • Allow unread of AbstractVector{UInt8} (#210)