🚀 Features
- display the underlying error in Display impl for ZipError::Display (#483)
- Enable creation of
ZipArchivewithout reparsing (#485)
🐛 Bug Fixes
- Return InvalidPassword rather than panic when AES key is the wrong length (#457)
- bench with auto zip64 comment (#505)
- add condition for
getrandomdependency (#504) - (zipcrypto) Support streaming ZipCrypto encryption, don't store entire file in memory (#462)
🚜 Refactor
⚙️ Miscellaneous Tasks
- Lock
lzma-rust2to at least 0.15.5 (#491)