Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 01:19
f955785

ZipArchives v2.4.0

Diff since v2.3.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)