Browse our Products

Aspose.ZIP for Python via .NET 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

Public API and Backwards Incompatible Changes

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