Releases: miurahr/py7zr
Releases · miurahr/py7zr
Release v1.0.0-rc1
Release v1.0.0-rc1
Version 0.22.0
Release version 0.22.0 Added ----- * Add mode "x" for SevenZipFile (#588) * Add SevenZipFile#namelist method (#600) Fixed ----- * Append mode on non-existent files (#604) * Fix NUMBER encoding of integer when 8 bytes(#591) Changed ------- * Minimum required Python version to be Python 3.8 (#601) * Remove pyannotate from pyproject.toml (#598) Document -------- * Update user guide (#596)
Release v0.21.1
What's Changed
- Treat zero byte stream as a file. by @diedmon in #551
- feat: check
targets
argument type for read and extract method by @miurahr in #577 - feat: Add recursive sudirectories and files extraction. by @nepiskopos in #585
- feat: ensure unpack_7zarchive closes the archive by @francoisfreitag in #584
- docs: Use same format for
unpack_archive
example as formake_archive
by @hoel-bagard in #590 - fix bug in function is_64bit() by @johnking0099 in #580
- feat: make unpack_7zarchive raise ReadError for invalid files by @francoisfreitag in #583
New Contributors
- @diedmon made their first contribution in #551
- @nepiskopos made their first contribution in #585
- @francoisfreitag made their first contribution in #584
- @hoel-bagard made their first contribution in #590
- @johnking0099 made their first contribution in #580
Full Changelog: v0.21.0...v0.21.1
Release v0.21.0
Speed up extraction when number of files is large
Release v0.20.7
Support Python 3.12
Release v0.20.6
Signed-off-by: Hiroshi Miura <[email protected]>
Release v0.20.5
Signed-off-by: Hiroshi Miura <[email protected]>
Release v0.20.4
Fixed
- Installation error on Cygwin
- Drop manual GC to improve performance
v0.19.2: Security fix backport
Backport secuirty fix and improvements from v0.20.2
v0.18.2: secuirty fix backport
Backport secuirty fix and improvements from v0.20.2