Browse our Products

Aspose.ZIP for Python via .NET 25.6 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-763Cancel archive extraction via cancellation token.Feature
ZIPNET-1318Verify archive disposal on instance operations.Feature
ZIPNET-1303Allow to cancel zip entry extraction with event handler.Enhancement

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.arj.ArjLoadOptionsOptions with which ARJ archive is loaded from a compressed file.
aspose.zip.cab.CabLoadOptionsOptions with which Cab archive is loaded from a compressed file.
aspose.zip.gzip.GzipLoadOptionsOptions with which Gzip archive is loaded from a compressed file.
aspose.zip.lha.LhaLoadOptionsOptions with which Lha archive is loaded from a compressed file.
aspose.zip.lz4.Lz4LoadoptionsOptions with which Lz4 archive is loaded from a compressed file.
aspose.zip.lzip.LzipLoadOptionsOptions with which Lzip archive is loaded from a compressed file.
aspose.zip.sevenzip.SevenZipLoadOptionsOptions with which 7z archive is loaded from a compressed file.
aspose.zip.wim.WimLoadOptionsOptions with which Wim archive is loaded from a compressed file.
aspose.zip.xz.XzLoadOptionsOptions with which XZ archive is loaded from a compressed file.
aspose.zip.ProgressCancelEventArgsClass for cancelable event data containing the number of bytes proceeded.
The following public methods and properties were added:Description
aspose.zip.gzip.GzipLoadOptions.parse_headerGets or sets the value indicating whether to parse stream header to figure out properties, including name.
aspose.zip.sevenzip.SevenZipLoadOptions.decryption_passwordGets or sets the password to decrypt entries and entry names.
aspose.zip.ProgressCancelEventArgs.cancelGets or sets a value indicating whether the event should be canceled.