⚠️ Breaking Changes
- Removed the following features:
getrandom,hmac,pbkdf2,sha1,zeroize. - Removed
lzma-staticandxz-staticfeature flags, which were deprecated synonyms oflzmaandxz. (#405, #425)
🚀 Features
- (
SimpleFileOptions) const DEFAULT implementation (#474) - ZipWriter
set_auto_large_file()method to enable large-file data descriptor when necessary (#468)
🐛 Bug Fixes
- print previous error when failing to search another cde (#460)
- cargo doc warnings (#472)
- Write ZIP64 data descriptors when large_file option is true (#467)
- Pin generic-array to an old version to work around RustCrypto/traits#2036 until next RustCrypto & aes-crypto releases (#458)
⚙️ Miscellaneous Tasks
- Revert version bump so that release-plz will trigger
- expose more flate2 feature flags (#476)
- Next release will be 7.0.0
- release v6.0.0 (#442)