Skip to content

Releases: JuliaIO/ZipArchives.jl

v2.3.0

02 Sep 03:18
82377c0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v2.1.4

10 Jul 03:03
522b9d1
Compare
Choose a tag to compare

ZipArchives v2.1.4

Diff since v2.1.3

Merged pull requests:

  • Experimental zip_entry_data_offset and zip_compression_method functions. (#63) (@nhz2)

v2.1.3

02 Jul 20:07
b2cb7dd
Compare
Choose a tag to compare

ZipArchives v2.1.3

Diff since v2.1.2

Merged pull requests:

  • CompatHelper: bump compat for TranscodingStreams to 0.11, (keep existing compat) (#61) (@github-actions[bot])
  • Bump version to 2.1.3 (#62) (@nhz2)

Closed issues:

  • Example not working (#60)

v2.1.2

08 Jun 23:21
90ead9c
Compare
Choose a tag to compare

ZipArchives v2.1.2

Diff since v2.1.1

Merged pull requests:

  • ZipReader of non contiguous memory is broken (#56) (@nhz2)
  • Replace IOBuffer with InputBuffer for reading (#58) (@nhz2)
  • Fix zip_crc32 of views of arrays with non Int indexes (#59) (@nhz2)

Closed issues:

  • Replace use of IOBuffer(::AbstractVector{UInt8}) method (#57)

v2.1.1

30 May 17:01
7ad3ce7
Compare
Choose a tag to compare

ZipArchives v2.1.1

Diff since v2.1.0

Merged pull requests:

  • Add back LibArchive tests (#50) (@nhz2)
  • Add downstream tests (#51) (@nhz2)
  • Avoid using String constructor on Vector{UInt8} (#52) (@nhz2)
  • Replace call to finalize with GC.gc() to fix tests on julia 1.11 (#53) (@nhz2)
  • Rename internal copy_string function to bytes2string (#54) (@nhz2)
  • Bump version to 2.1.1 (#55) (@nhz2)

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)