Browse our Products

Aspose.ZIP for Java 25.4 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1290Store Unix file permissions in tar header.Enhancement
ZIPNET-1295Extract tar.lz4 compressed archives with one method.Enhancement
ZIPNET-1280Reduce memory allocation on LZMA decompression in 7z.Enhancement
ZIPNET-1296Verify password for traditionally encrypted ZIP before decompression.Bug
ZIPNET-1294Set Unix file mode on tar extraction.Enhancement
ZIPNET-1299Keep Unix file mode for ZIP entry and set it on extraction in Unix.Enhancement
ZIPNET-1300Compose LZ4 archive.Feature
ZIPNET-1305Correct grammar in commentaries.Enhancement
ZIPJAVA-223Issue with Aspose.Zip getting blocked indefinitely on PPMD Compressed zip archiveBug

Public API and Backwards Incompatible Changes

The following public methods were added:Description
com.aspose.zip.Lz4Archive.setSource(…)Sets a source for the LZ4 archive composition.
com.aspose.zip.Lz4Archive.save(…)Saves the LZ4 archive to the provided destination.
com.aspose.zip.Tar.fromLZ4(…)Extracts tar.lz4 archive in single operation.