🚀 Features
- Allow FileOptions to specify filename that may be non-UTF8 (#819)
🐛 Bug Fixes
- Zeroize derived_key when dropped, and suppress error details that may be sensitive (#803)
🚜 Refactor
- change vendor_version (#817)
- rewrite aes settings (#815)
- remove inner compression method from aes options (#814)
- don't store converted filenames; convert on demand instead; and don't use Arc since it only deduplicates when copying to same path in another archive (#807)
- Potential fixes for 5 code quality findings in src/aes.rs (#808)
- [breaking] remove deprecated method *_zip64_comment methods (#812)
- [breaking] Remove deprecated elements (#802)
- store the file_name_raw only as key (BREAKING) (#789)
- Remove fields from ZipFileData (#790)
- Remove useless compression level (#791)
- Add non-exhaustive to ExtraField enum (#793)
- remove macro export (#792)