Skip to content

Releases: uktrade/stream-zip

v0.0.61

10 May 14:24
1894a26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.60...v0.0.61

v0.0.60

23 Apr 20:25
d7a5339
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.59...v0.0.60

v0.0.59

21 Apr 07:06
be41876
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.58...v0.0.59

v0.0.58

12 Apr 16:18
9697349
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.57...v0.0.58

v0.0.57

01 Mar 06:19
35d7d94
Compare
Choose a tag to compare

What's Changed

  • fix: 'Inappropriate file type or format' in Archive Utility and bsdcpio by @michalc in #28

Full Changelog: v0.0.56...v0.0.57

v0.0.56

25 Feb 20:14
7fb8ed2
Compare
Choose a tag to compare

Full Changelog: v0.0.55...v0.0.56

This release is for a minor change to the README

v0.0.55

25 Feb 20:04
4e94bd9
Compare
Choose a tag to compare

Full Changelog: v0.0.54...v0.0.55

The release is primarily to update the README on PyPI

v0.0.54

24 Feb 18:42
3179b07
Compare
Choose a tag to compare

What's Changed

  • feat: support no compression by @michalc in #2
  • feat: don't output unused local extra field by @michalc in #3
  • tests: run output through unzip by @michalc in #4
  • tests: not easily compressible large file and many files by @michalc in #5
  • feat: support large non-compressed files by @michalc in #6
  • refactor: less repeated branching by @michalc in #7
  • fix: include zip64 local extra header by @michalc in #9
  • feat: shorter central directory header by @michalc in #10
  • feat: raise exceptions if sizes would cause overflow by @michalc in #8
  • feat: raise exception if offset becomes too high by @michalc in #11
  • feat!: rename constants by @michalc in #12
  • tests: faster tests by @michalc in #14
  • feat: don't automatically use ZIP_64 for NO_COMPRESSION by @michalc in #13
  • feat: raise exceptions if need ZIP_64 but didn't ask for it by @michalc in #15
  • fix: announce that file names are utf-8 encoded in flags by @michalc in #16
  • feat: allow specification of zlib compressobj by @michalc in #18
  • build(deps): bump pytest to remove dependency on py by @michalc in #20
  • feat: no need for local zip64 extra when streaming by @michalc in #23
  • build: move to GitHub actions for tests by @michalc in #26

New Contributors

Full Changelog: v0.0.0...v0.0.54