Skip to content

v0.10.7

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 15:27
· 36 commits to master since this release
c493215

TranscodingStreams v0.10.7

Diff since v0.10.6

Merged pull requests:

  • Close underlying stream after process failure in close (#182) (@nhz2)
  • Remove internal checkmode macro (#184) (@nhz2)
  • Implement isreadable and iswritable (#185) (@nhz2)
  • Add basic Supposition.jl tests (#190) (@nhz2)
  • Fix reading nested streams with stop_on_end=true set. (#191) (@nhz2)
  • Formatting: align arguments (#192) (@nhz2)
  • Avoid infinite loop in readbytes!(s, UInt8[], 1) (#194) (@nhz2)
  • Bump version to 0.10.7 (#195) (@nhz2)

Closed issues:

  • missing isreadable and iswritable (#93)
  • Safely close compressor stream after failure (#160)
  • Infinite loop in readbytes!(s, UInt8[], 1) (#193)