Releases: JuliaIO/TranscodingStreams.jl
Releases · JuliaIO/TranscodingStreams.jl
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)
v0.10.4
TranscodingStreams v0.10.4
Merged pull requests:
- Remove some unused internal code (#164) (@nhz2)
- improve readbyte performance (#168) (@vtjnash)
- Bump codecov/codecov-action from 3 to 4 (#169) (@dependabot[bot])
- Add more tests (#171) (@nhz2)
- Flush buffer to avoid deleting data when seeking
NoopStream
(#172) (@nhz2) - Bump version to 0.10.4 (#175) (@nhz2)
Closed issues:
v0.10.3
TranscodingStreams v0.10.3
Merged pull requests:
- Bump actions/checkout from 2 to 4 (#162) (@dependabot[bot])
- Add Random as test dependency (#166) (@jakobnissen)
v0.10.2
TranscodingStreams v0.10.2
Merged pull requests:
v0.10.1
TranscodingStreams v0.10.1
Merged pull requests:
v0.10.0
TranscodingStreams v0.10.0
Merged pull requests:
- Replace
Base.nb_available
withBase.bytesavailable
in docs (#148) (@nhz2) - Set Random and Test to be weak deps (#152) (@jakobnissen)
- Move downstream tests to GitHub CI (#153) (@jakobnissen)
- Bump Documenter to 1.0 (#155) (@jakobnissen)
Closed issues:
v0.9.13
TranscodingStreams v0.9.13
Closed issues:
- universal in-place decompression interface (#132)
- transcode(::Type{CodecZlib.GzipCompressor}, ::String) is ambiguous on v0.9.12 (#139)
Merged pull requests:
- enable dependabot for GitHub actions (#135) (@ranocha)
- Prepare for version 0.9.12 (#137) (@mkitti)
- Fix docs deploy (#138) (@mkitti)
- assert that input and output buffers passed to transcode! are independent (#140) (@baumgold)
- Resolve
transcode
method ambiguity (#141) (@bauglir) - test ambiguities & unbound args (#142) (@dpinol)
- Skip unbound arg test on Julia 1.0 (#143) (@mkitti)
- Bump actions/checkout from 2 to 3 (#144) (@dependabot[bot])
- Bump codecov/codecov-action from 2 to 3 (#145) (@dependabot[bot])
- Bump to version 0.9.13 (#146) (@jakobnissen)
v0.9.12
v0.9.11
TranscodingStreams v0.9.11
Merged pull requests:
- Do not reserve exponentially growing margin (#130) (@jakobnissen)
v0.9.10
TranscodingStreams v0.9.10
Merged pull requests: