Skip to content

Releases: JuliaIO/ZipArchives.jl

v0.4.2

24 Jun 01:45
1e3ef33

Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

v0.4.1

24 Jun 00:34
4214a53

Choose a tag to compare

What's Changed

  • Check crc32 when reading a whole entry. by @nhz2 in #18

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Jun 17:17
90ce07f

Choose a tag to compare

ZipArchives v0.4.0

Diff since v0.3.1

Merged pull requests:

  • Rename ZipFileReader function to zip_open_filereader (#15) (@nhz2)
  • Add zip_name_collision (#16) (@nhz2)
  • Utility functions and breaking change to compression options (#17) (@nhz2)

v0.3.1

22 Jun 14:36
5be0133

Choose a tag to compare

ZipArchives v0.3.1

Diff since v0.3.0

Merged pull requests:

v0.3.0

21 Jun 22:28
730ea1d

Choose a tag to compare

ZipArchives v0.3.0

Diff since v0.2.1

Merged pull requests:

  • Reader fixture tests (#11) (@nhz2)
  • Making things more type stable (#13) (@nhz2)

v0.2.1

18 Jun 20:52
f273adb

Choose a tag to compare

ZipArchives v0.2.1

Diff since v0.2.0

Merged pull requests:

  • switch test from PyCall to PythonCall (#10) (@nhz2)

v0.2.0

16 Jun 20:06
ad7fd1c

Choose a tag to compare

ZipArchives v0.2.0

Diff since v0.1.0

v0.1.0

16 Jun 15:24
83a3645

Choose a tag to compare

ZipArchives v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for TranscodingStreams at version 0.9, (keep existing compat) (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for CodecZlib at version 0.7, (keep existing compat) (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for ArgCheck at version 2, (keep existing compat) (#4) (@github-actions[bot])
  • Reduce Reader allocations by using StringViews for names (#5) (@nhz2)
  • CompatHelper: add new compat entry for StringViews at version 1, (keep existing compat) (#6) (@github-actions[bot])