Releases: allanlei/python-zipstream
Releases · allanlei/python-zipstream
v1.1.4
- Fix: Files greater than
ZIP64_LIMIT
were not handled correctly (#16, #15)
v1.1.3
- Fix:
writestr()
did not write to zip iterator. #7
v1.1.2
- Fix: Make
PointerIO
non-seekable by removing PointerIO.seek()
. #9
v1.1.1
- Removed
tests
from package
1.1.0
- Added
write_iter()
for writing iterables (Thanks @sebdiem)
- Fixed various sections in the docs
1.0.4
Merge branch 'release-1.0.4'
1.0.3
Merge branch 'release-1.0.3'