Browse our Products

Aspose.ZIP for Python via .NET 25.5 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1289Detect uuencoded file by signature.Feature
ZIPNET-1308Store Unix file mode within uuencoded file.Enhancement
ZIPNET-1309Provide methods for composition tar.lz4 combined archives.Feature
ZIPNET-1310Allow to include block checksum for LZ4 archive.Enhancement
ZIPNET-1311Allow to include original content size for LZ4 archive.Enhancement
ZIPNET-1312Reduce memory allocations on LZ4 extraction.Enhancement
ZIPNET-1313Fix setting Unix file mode if file was not supplied.Bug

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
aspose.zip.lz4.Lz4ArchiveSetting.include_content_sizeGets or sets a value indicating whether to include the content size in the frame of LZ4 archive.
aspose.zip.lz4.Lz4ArchiveSetting.include_block_checksumGets or sets a value indicating whether to include compressed xxh32 hash at the end of compressed block.
aspose.zip.tar.TarArchive.save_lz4_compressed(…)Saves archive to the destination with LZ4 compression.