Skip to content

Releases: allanlei/python-zipstream

v1.1.4

06 May 13:05
Compare
Choose a tag to compare
  • Fix: Files greater than ZIP64_LIMIT were not handled correctly (#16, #15)

v1.1.3

29 Sep 12:54
Compare
Choose a tag to compare
  • Fix: writestr() did not write to zip iterator. #7

v1.1.2

29 Sep 12:52
Compare
Choose a tag to compare
  • Fix: Make PointerIO non-seekable by removing PointerIO.seek(). #9

v1.1.1

29 Sep 10:22
Compare
Choose a tag to compare
  • Removed tests from package

1.1.0

10 May 05:28
Compare
Choose a tag to compare
  • Added write_iter() for writing iterables (Thanks @sebdiem)
  • Fixed various sections in the docs

1.0.4

10 May 05:28
Compare
Choose a tag to compare
Merge branch 'release-1.0.4'

1.0.3

10 May 05:27
Compare
Choose a tag to compare
Merge branch 'release-1.0.3'

1.0.2

10 May 05:27
Compare
Choose a tag to compare
changes