Releases: zip-rs/zip2
Releases · zip-rs/zip2
v2.6.1
🐛 Bug Fixes
avoid scanning through all local file headers while opening an archive (#281 )
v2.6.0
🚀 Features
Add support for time::PrimitiveDateTime
(#322 )
Add jiff
integration (#323 )
🐛 Bug Fixes
improve error message for duplicated file (#277 )
v2.5.0
🚀 Features
Add support for time::PrimitiveDateTime
(#322 )
Add jiff
integration (#323 )
🐛 Bug Fixes
improve error message for duplicated file (#277 )
v2.4.2
🐛 Bug Fixes
deep_copy_file
produced a mangled file header on big-endian platforms (#309 )
v2.4.1
🐛 Bug Fixes
type issue in test
double as_ref().canonicalize()?
CI failures
Create directory for extraction if necessary (#314 )
v2.4.0
🚀 Features
ZipArchive::root_dir
and ZipArchive::extract_unwrapped_root_dir
(#304 )
🐛 Bug Fixes
wasm build failure due to a missing use statement (#313 )
v2.3.0
🚀 Features
Add support for NTFS extra field (#279 )
🐛 Bug Fixes
(test) Conditionalize a zip64 doctest (#308 )
fix failing tests, remove symlink loop check
Canonicalize output path to avoid false negatives
Symlink handling in stream extraction
Canonicalize output paths and symlink targets, and ensure they descend from the destination
⚙️ Miscellaneous Tasks
Fix clippy and cargo fmt warnings (#310 )
v2.2.3
🚜 Refactor
Change the inner structure of DateTime
(#267 )
⚙️ Miscellaneous Tasks
v2.2.2
🐛 Bug Fixes
rewrite the EOCD/EOCD64 detection to fix extreme performance regression (#247 )
v2.2.1
🐛 Bug Fixes
remove executable bit (#238 )
(lzma) fixed panic in case of invalid lzma stream (#259 )
resolve new clippy warnings on nightly (#262 )
resolve clippy warning in nightly (#252 )
⚡ Performance
Faster cde rejection (#255 )
You can’t perform that action at this time.