Releases: JuliaIO/ZipArchives.jl
Releases · JuliaIO/ZipArchives.jl
v2.0.0
ZipArchives v2.0.0
Diff since v1.1.3
Breaking changes
- Removed
ZipFileReader
and zip_open_filereader
. Please use read
or Mmap.mmap
to read a file with ZipReader
AKA ZipBufferReader
.
Merged pull requests:
- BREAKING: Remove
zip_open_filereader
(#43) (@nhz2)
v1.1.3
ZipArchives v1.1.3
Diff since v1.1.2
Merged pull requests:
- Fix ZipFileReader staying open if reading a entry with bad local header (#42) (@nhz2)
v1.1.2
ZipArchives v1.1.2
Diff since v1.1.1
Merged pull requests:
- Update codecov (#38) (@nhz2)
- Test using M1 macOS runner (#39) (@nhz2)
- Test zip files from OneDrive can be read (#40) (@nhz2)
- use close instead of TranscodingStreams.finalize (#41) (@nhz2)
v1.1.0
ZipArchives v1.1.0
Diff since v1.0.2
Merged pull requests:
- CompatHelper: bump compat for TranscodingStreams to 0.10, (keep existing compat) (#32) (@github-actions[bot])
- Fix docs link (#33) (@nhz2)
- Update CI.yml (#34) (@nhz2)
v1.0.2
ZipArchives v1.0.2
Diff since v1.0.1
Merged pull requests:
- Avoid blind "using" to avoid errors on future colliding exports (#31) (@nhz2)