Releases: zip-rs/zip2
Releases · zip-rs/zip2
Release list
v9.0.0-pre2
Immutable
release. Only release title and notes can be modified.
🚜 Refactor
v9.0.0-pre1
Immutable
release. Only release title and notes can be modified.
🚀 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)
v8.6.0
Immutable
release. Only release title and notes can be modified.
v8.5.1
v8.5.0
Immutable
release. Only release title and notes can be modified.
v8.4.0
Immutable
release. Only release title and notes can be modified.
v8.3.1
v8.3.0
Immutable
release. Only release title and notes can be modified.
🚀 Features
- add must_use (#727)
- improve and fix extended timestamp extra field parsing (#713)
- add crc32 ignore option (#710)
- path related code in single file (#712)
🐛 Bug Fixes
🚜 Refactor
- refactor some imports (#734)
- move code to distinct file (datetime, FixedSizeBlock) (#733)
- move stream code to
src/read/stream.rs(#731) - remove zip64 extra field update (#732)
- improve part of the code with clippy help (#725)
- simplify code for unicode extra field and improve error message (#724)
- reorganize code (#714)
Deps
- avoid pulling in
zeroize_derive(#720)
v8.2.0
Immutable
release. Only release title and notes can be modified.
🚀 Features
- allow custom salt (#680)
- Support compressing bzip2 when feature
bzip2-rsis enabled, sincebzip2/bzip2-sysnow supports it (#685) - enforce clippy in CI (#674)
🐛 Bug Fixes
- zip64 central header (issue 617) (#629)
- allow aes password as bytes (#686)
- handle extra field padding (#682)
🚜 Refactor
- Simplify 2 type conversions in src/write.rs (#687)
⚡ Performance
- AI tweaks for string type conversions in src/types.rs (#670)
v8.1.0
Immutable
release. Only release title and notes can be modified.