Releases: JuliaIO/ZipArchives.jl
Releases · JuliaIO/ZipArchives.jl
v2.4.0
ZipArchives v2.4.0
Merged pull requests:
- Test XLSX in downstream tests (#78) (@nhz2)
- Add example of streaming only one file in the archive (#80) (@nhz2)
- Optimize
zip_findlast_entry
and add benchmarks (#81) (@nhz2) - Check size of the central directory is correct when reading (#82) (@nhz2)
- Port new go test and change EOCD search to match yauzl (#83) (@nhz2)
- Fixes and tests for 1.11 (#84) (@nhz2)
- Bump version to 2.4.0 (#85) (@nhz2)
Closed issues:
- Read only one file in the archive, without loading the data of the others (#79)
v2.3.0
ZipArchives v2.3.0
Merged pull requests:
- Expand TranscodingStreams compat (#70) (@nhz2)
- Fix
zip_writefile
for non dense byte vectors (#71) (@nhz2) - Add
Base.parent(r::ZipReader)
to get underlying buffer (#72) (@nhz2) - Add
zip_test
(#73) (@nhz2) - Fix Artifacts.toml link (#74) (@nhz2)
- Deflate64 reading support (#75) (@nhz2)
- Fix comment (#76) (@nhz2)
- Bump version to 2.3.0 (#77) (@nhz2)
Closed issues:
- Can't read Windows native zip file (#49)
v2.2.0
v2.1.7
ZipArchives v2.1.7
Merged pull requests:
- CompatHelper: bump compat for InputBuffers to 1 (#67) (@github-actions[bot])
v2.1.6
ZipArchives v2.1.6
Merged pull requests:
v2.1.5
ZipArchives v2.1.5
Merged pull requests:
v2.1.4
ZipArchives v2.1.4
Merged pull requests:
v2.1.3
v2.1.2
ZipArchives v2.1.2
Merged pull requests:
ZipReader
of non contiguous memory is broken (#56) (@nhz2)- Replace
IOBuffer
withInputBuffer
for reading (#58) (@nhz2) - Fix
zip_crc32
of views of arrays with nonInt
indexes (#59) (@nhz2)
Closed issues:
- Replace use of
IOBuffer(::AbstractVector{UInt8})
method (#57)
v2.1.1
ZipArchives v2.1.1
Merged pull requests:
- Add back LibArchive tests (#50) (@nhz2)
- Add downstream tests (#51) (@nhz2)
- Avoid using
String
constructor onVector{UInt8}
(#52) (@nhz2) - Replace call to
finalize
withGC.gc()
to fix tests on julia 1.11 (#53) (@nhz2) - Rename internal
copy_string
function tobytes2string
(#54) (@nhz2) - Bump version to 2.1.1 (#55) (@nhz2)