Browse our Products

Aspose.ZIP for Python via .NET 25.3 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1275Set time metadata for encrypted 7z entries.Enhancement
ZIPNET-1278Compose temporary files in a secure way.Enhancement
ZIPNET-1287Filter out directory entries from FileEntries list.Bug
ZIPNET-1266Extract Lz4 archives.Feature
ZIPNET-1286Expose archive format for IArchive instance.Enhancement
ZIPNET-1276Fix endless extraction of 7z archive with a particular wrong password.Bug
ZIPNET-864Set time metadata for some archive types.Enhancement
ZIPNET-1281Obtain gzip archive name when gzip archive opened via format detector.Enhancement

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
aspose.zip.lz4.Lz4Archive.extract(…)Extracts the Lz4 archive.
aspose.zip.lz4.Lz4Archive.open()Opens the archive for extraction and provides a stream with archive content.
aspose.zip.lz4.Lz4Archive.extract_to_directory()Extracts content of the archive to the directory provided.
aspose.zip.IArchive.formatGets the detected archive format.
The following public types were added:Description
aspose.zip.lz4.Lz4ArchiveClass representing Lz4 archive.