Releases: saulpw/unzip-http
Releases · saulpw/unzip-http
v0.6
Executable has been changed to unzip_http
. Additionally, added support for unzip_http.py
as executable.
What's Changed
- [build] add support for windows #17 by @anjakefala in #18
Full Changelog: v0.5.1...v0.6
v0.5.1
- add RemoteZipInfo.extract() method
- handle large (>64k) central dir
- only warn on missing Accept-Ranges header e.g. S3 does not send it but still supports Range Requests
Merged PRs
- Move urllib3 to optional dependency by @anjakefala in #12
- Enhance CLI interface by @PoroCYon in #15
- fix: download small zip error by @horw in #16
Fixes #14
Full Changelog: v0.4...v0.5.1
v0.4: expanding support for Python v3.6 to the library
v0.4
- expand support for the unzip_http library to Python v3.6
API
- parse date_time in ZipInfo
- add RemoveZipFile.extractall()
v0.3: vendorable and easier to integrate
v0.3
- add MIT license to file to make it vendorable
- expand support for the
unzip_http
library to Python v3.7- (
unzip-http
bin still requires Python v3.8)
- (
API
ZIP64 support
initial release
Basic functionality; see README.