Aspose.ZIP for Python via .NET 新版本發表
Released: Apr 24, 2025
V25.4 中的更新
特性
- Added the ability to compose LZ4 archives.
- Added the ability to store Unix file permissions in tar headers.
- Added the ability to extract tar.lz4 compressed archives with one method.
- Reduced memory allocation on LZMA decompression in 7z.
- You can now set Unix file mode on tar extraction.
- You can now keep Unix file mode for ZIP entry and set it on extraction in Unix.
修補程式
- Corrected grammar in commentaries.
- Verify password for traditionally encrypted ZIP before decompression.
Released: Mar 26, 2025
V25.3 中的更新
特性
- Added the ability to extract Lz4 archives.
- You can now set time metadata for encrypted 7z entries.
- You can now compose temporary files in a secure way.
- Exposed archive format for IArchive instance.
- You can now set time metadata for some archive types.
- Added the ability to obtain gzip archive name when gzip archive is opened via format detector.
修補程式
- Filter out directory entries from FileEntries list.
- Fixed endless extraction of 7z archive with a particular wrong password.
Released: Feb 27, 2025
V25.2 中的更新
特性
- Optimized checksum calculation.
- Reduced headers memory allocation.
- You can now validate content on Bzip2, Gzip, Zstandard extraction.
- Added the ability to set Modified time metadata for various archive entries on extraction.
- You can now extract encrypted 7z archives, supplying the password only once.
- Renamed ARJ namespace to Arj.
- Added support for specifying password on extraction of encrypted archive not having a determined format.
- You can now skip checksum verification.
Released: Feb 1, 2025
V25.1 中的更新
特性
- Added the ability to extract ARJ archives.
- Dropped LHA archive directory entry.
- Exposed path and modification date of LHA entry.
修補程式
- Fixed issue when extracting LHA archives from streams that are too short.
Released: Dec 25, 2024
V24.12 中的更新
特性
- Added the ability to extract LHA entries compressed with adaptive Huffman.
- Added the ability to extract Delta encoded entries of 7z archives.
Released: Nov 27, 2024
V24.11 中的更新
特性
- Added the ability to extract LHA archives.
Released: Oct 29, 2024
V24.10 中的更新
特性
- You can now dispose entry sources when saving Zip archives.
- Made IsoEntry unified and implemented IArchiveFileEntry.
- Exposed Zip entry source when added for composition.
修補程式
- Pass save options to XAR archive saved by path.
- Corrected issue with Snappy output.
- Fixed bug extracting 7z archive with empty folder.
Released: Sep 27, 2024
V24.9 中的更新
特性
- Introduced events for XAR archives.
- Introduced events for ISO archives.
- Deferred stream initialization for Zip archive entry.
- Added Progress reporting for LZMA, Z, Bzip2, and Zstandard archives.
Released: Aug 31, 2024
V24.8 中的更新
特性
- You can now use EventBag for split Zip archives.
- Introduced an event raised just before Zip entry compression.
- Added a static instance of Zstandard compression settings.
- Implemented archives for uuencode.
Released: Aug 10, 2024
V24.7.1 中的更新
修補程式
- Corrupted files after extraction.