Skip to content

Releases: JuliaIO/ZipArchives.jl

v2.1.0

11 Apr 16:16
5bacade
Compare
Choose a tag to compare

ZipArchives v2.1.0

Diff since v2.0.1

Merged pull requests:

  • Change DOS date from 0x0000 to 0x0021 (#47) (@nhz2)
  • Bump version to 2.1.0 (#48) (@nhz2)

v2.0.1

04 Apr 22:45
7200271
Compare
Choose a tag to compare

ZipArchives v2.0.1

Diff since v2.0.0

Merged pull requests:

  • Remove LibArchive_jll tests (#44) (@nhz2)
  • Keep track of offset without position (#45) (@nhz2)
  • Bump version to 2.0.1 (#46) (@nhz2)

v2.0.0

01 Apr 21:55
8754cef
Compare
Choose a tag to compare

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

19 Mar 16:07
29e2966
Compare
Choose a tag to compare

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

18 Mar 21:21
2304c75
Compare
Choose a tag to compare

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.1

29 Nov 01:16
d96b54d
Compare
Choose a tag to compare

ZipArchives v1.1.1

Diff since v1.1.0

Merged pull requests:

  • Switch from MutatePlainDataArray to Setfield for tests (#35) (@nhz2)
  • Add Zlib_jll compat (#37) (@nhz2)

v1.1.0

15 Oct 20:57
9e8c54f
Compare
Choose a tag to compare

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

10 Oct 19:27
3e55447
Compare
Choose a tag to compare

ZipArchives v1.0.2

Diff since v1.0.1

Merged pull requests:

  • Avoid blind "using" to avoid errors on future colliding exports (#31) (@nhz2)

v1.0.1

20 Sep 19:28
bc9c863
Compare
Choose a tag to compare

ZipArchives v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

04 Sep 15:30
5a7895d
Compare
Choose a tag to compare

ZipArchives v1.0.0

Diff since v0.5.1

Merged pull requests: