-
Notifications
You must be signed in to change notification settings - Fork 109
Releases: zip-rs/zip2
Releases · zip-rs/zip2
v9.0.0-pre2
@Pr0methean
Pr0methean
Immutable
release. Only release title and notes can be modified.
10da99b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v9.0.0-pre2
Pre-release
Pre-release
🚜 Refactor
Assets 3
v9.0.0-pre1
@Pr0methean
Pr0methean
Immutable
release. Only release title and notes can be modified.
faaf0f8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v9.0.0-pre1
Pre-release
Pre-release
🚀 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)
Assets 3
v8.6.0
@Pr0methean
Pr0methean
Immutable
release. Only release title and notes can be modified.
771dfc5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 3
v8.5.1
@Pr0methean
Pr0methean
Immutable
release. Only release title and notes can be modified.
5c0a0a2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 3
1 person reacted
v8.5.0
@Pr0methean
Pr0methean
Immutable
release. Only release title and notes can be modified.
93ea679
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 3
1 person reacted
v8.4.0
@Pr0methean
Pr0methean
Immutable
release. Only release title and notes can be modified.
a73f55b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 3
v8.3.1
@Pr0methean
Pr0methean
Immutable
release. Only release title and notes can be modified.
e615f8e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 3
2 people reacted
v8.3.0
@Pr0methean
Pr0methean
Immutable
release. Only release title and notes can be modified.
399469e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🚀 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)
Assets 3
2 people reacted
v8.2.0
@Pr0methean
Pr0methean
Immutable
release. Only release title and notes can be modified.
ff001c6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🚀 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)
Assets 3
v8.1.0
@Pr0methean
Pr0methean
Immutable
release. Only release title and notes can be modified.
40601a4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 3
1 person reacted