Browse our Products
Aspose.ZIP for Java 25.4 Release Notes
This page contains release notes information for Aspose.ZIP for Java 25.4.
All Changes
Key | Summary | Issue Type |
---|---|---|
ZIPNET-1290 | Store Unix file permissions in tar header. | Enhancement |
ZIPNET-1295 | Extract tar.lz4 compressed archives with one method. | Enhancement |
ZIPNET-1280 | Reduce memory allocation on LZMA decompression in 7z. | Enhancement |
ZIPNET-1296 | Verify password for traditionally encrypted ZIP before decompression. | Bug |
ZIPNET-1294 | Set Unix file mode on tar extraction. | Enhancement |
ZIPNET-1299 | Keep Unix file mode for ZIP entry and set it on extraction in Unix. | Enhancement |
ZIPNET-1300 | Compose LZ4 archive. | Feature |
ZIPNET-1305 | Correct grammar in commentaries. | Enhancement |
ZIPJAVA-223 | Issue with Aspose.Zip getting blocked indefinitely on PPMD Compressed zip archive | Bug |
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. |