Releases: zip-rs/zip2
Releases · zip-rs/zip2
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.
v8.0.0
v7.4.0
Immutable
release. Only release title and notes can be modified.