Aspose.ZIP for Python via .NET 릴리스
Released: May 24, 2025
V25.5 버젼 업데이트
기능
- Added the ability to detect uuencoded file by signature.
- Added the ability to store Unix file mode within uuencoded files.
- Provided methods for composition tar.lz4 combined archives.
- You can now include the block checksum in the frame of a LZ4 archive.
- You can now include the original content size in the frame of a LZ4 archive.
- Reduced memory allocations on LZ4 extraction.
수정사항
- Fixed setting Unix file mode if file was not supplied.
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.