Rilasci di Aspose.ZIP for Python via .NET
Released: Apr 24, 2025
Aggiornamenti in V25.4
Funzionalità
- 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.
Correzioni
- Corrected grammar in commentaries.
- Verify password for traditionally encrypted ZIP before decompression.
Released: Mar 26, 2025
Aggiornamenti in V25.3
Funzionalità
- 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.
Correzioni
- Filter out directory entries from FileEntries list.
- Fixed endless extraction of 7z archive with a particular wrong password.
Released: Feb 27, 2025
Aggiornamenti in V25.2
Funzionalità
- 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
Aggiornamenti in V25.1
Funzionalità
- Added the ability to extract ARJ archives.
- Dropped LHA archive directory entry.
- Exposed path and modification date of LHA entry.
Correzioni
- Fixed issue when extracting LHA archives from streams that are too short.
Released: Dec 25, 2024
Aggiornamenti in V24.12
Funzionalità
- 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
Aggiornamenti in V24.11
Funzionalità
- Added the ability to extract LHA archives.
Released: Oct 29, 2024
Aggiornamenti in V24.10
Funzionalità
- You can now dispose entry sources when saving Zip archives.
- Made IsoEntry unified and implemented IArchiveFileEntry.
- Exposed Zip entry source when added for composition.
Correzioni
- 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
Aggiornamenti in V24.9
Funzionalità
- 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
Aggiornamenti in V24.8
Funzionalità
- 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
Aggiornamenti in V24.7.1
Correzioni
- Corrupted files after extraction.