Skip to content

Releases: JuliaIO/ZipArchives.jl

v2.6.0

06 Nov 23:38
c48c367

Choose a tag to compare

ZipArchives v2.6.0

Diff since v2.5.1

Merged pull requests:

Closed issues:

  • Mmap and ZipArchives adverse interaction (#90)
  • Documentation for ZipArchives.zip_openentry — Method (#99)

v2.5.1

04 Jul 13:22
c3aaa44

Choose a tag to compare

ZipArchives v2.5.1

Diff since v2.5.0

Merged pull requests:

  • Remove a vestigial GC preserve (#97) (@nhz2)
  • Bump version to 2.5.1 (#98) (@nhz2)

v2.5.0

30 Jun 14:15
48256de

Choose a tag to compare

ZipArchives v2.5.0

Diff since v2.4.1

Merged pull requests:

  • Update readme docs (#88) (@nhz2)
  • Test writer compat with LibZip (#89) (@nhz2)
  • Improve performance reading from a DiskArray (#93) (@nhz2)
  • Remove use of Base.FastContiguousSubArray and pointer (#94) (@nhz2)
  • Improve docs for reading from a file (#95) (@nhz2)
  • Bump version to 2.5.0 (#96) (@nhz2)

Closed issues:

  • Compare with ZipStreams.jl in README (#91)
  • Improve performance of reading from DiskArray (#92)

v2.4.1

11 Feb 20:50
8e931c9

Choose a tag to compare

ZipArchives v2.4.1

Diff since v2.4.0

Merged pull requests:

v2.4.0

09 Oct 01:19
f955785

Choose a tag to compare

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)

v2.3.0

02 Sep 03:18
82377c0

Choose a tag to compare

ZipArchives v2.3.0

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

29 Aug 20:41
07b6381

Choose a tag to compare

ZipArchives v2.2.0

Diff since v2.1.7

Merged pull requests:

  • New lower-level reading functions (#68) (@nhz2)
  • Remove unreliable warning when reading (#69) (@nhz2)

v2.1.7

15 Aug 00:33
30cf2f7

Choose a tag to compare

ZipArchives v2.1.7

Diff since v2.1.6

Merged pull requests:

  • CompatHelper: bump compat for InputBuffers to 1 (#67) (@github-actions[bot])

v2.1.6

13 Jul 17:14
479436a

Choose a tag to compare

ZipArchives v2.1.6

Diff since v2.1.5

Merged pull requests:

  • Avoid extra allocations when reading (#66) (@nhz2)

v2.1.5

12 Jul 23:44
019b2c1

Choose a tag to compare

ZipArchives v2.1.5

Diff since v2.1.4

Merged pull requests:

  • CompatHelper: bump compat for InputBuffers to 0.2, (keep existing compat) (#64) (@github-actions[bot])
  • Bump version to 2.1.5 (#65) (@nhz2)