Skip to content

v0.10.5

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 17:15
· 49 commits to master since this release
96d5147

TranscodingStreams v0.10.5

Diff since v0.10.4

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 for TranscodingStream(::Noop, ::IO) constructor (#128)