Aspose.ZIP for Java Releases
Released: May 14, 2025
V25.5 での更新項目
機能
- Added the ability to detect uuencoded files 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.
Released: Apr 30, 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.
不具合の修正
- Fixed issue with Aspose.Zip getting blocked indefinitely on PPMD Compressed zip archive.
- Verify password for traditionally...
Released: Mar 27, 2025
V25.3 での更新項目
機能
- You can now set time metadata for encrypted 7z entries.
- You can now compose temporary files in a secure way.
- Added the ability to extract Lz4 archives.
- 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.
- Intensive RAM...
Released: Feb 28, 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.
- Added support for specifying password on extraction of encrypted archive not having a determined format.
- You can now skip checksum verification.
不具合の修正
- Encrypted SevenZip entry does not keep...
Released: Jan 31, 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.
- Incorrect exception type while extracting encrypted ZIP with wrong password.
Released: Dec 19, 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 29, 2024
V24.11 での更新項目
機能
- Added the ability to extract LHA archives.
Released: Oct 30, 2024
V24.10 での更新項目
機能
- Added support for Snappy format.
- Added a compress directory feature to the ArchiveFactory class.
- You can now dispose entry sources when saving Zip archives.
- Exposed Zip entry source when added for composition.
- Made IsoEntry unified and implemented IArchiveFileEntry.
不具合の修正
- Pass save options to XAR archive saved by path.
- Fixed bug extracting 7z archive with empty folder.
Released: Sep 30, 2024
V24.9 での更新項目
機能
- Added support for SelfExtracted archive format.
- 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 30, 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.
不具合の修正
- WimArchive.getImages() is not available in public API.
- Uue archive has improper name when extracted via extractToDirectory method.