Browse our Products

Aspose.ZIP for Python via .NET 24.9 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1195Introduced events for xar archives.Feature
ZIPNET-1197Introduced events for ISO archives.Feature
ZIPNET-1198Deferred stream initialization for Zip archive entry.Feature
ZIPNET-1200Allow self-extracting archive composition with metered license.Enhancement
ZIPNET-1201Progress reporting for LZMA archives.Feature
ZIPNET-1202Progress reporting for Z archives.Feature
ZIPNET-1203Progress reporting for Bzip2 archives.Feature
ZIPNET-1205Progress reporting for Zstandard archives.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.xar.CancelEntryEventArgsEvent arguments for cancelable xar entry related events.
aspose.zip.xar.EntryEventArgsEvent arguments for xar entry related events.
aspose.zip.xar.EventsBagEvents container used on XarArchive saving.
aspose.zip.xar.XarLoadOptionsOptions with which archive is loaded from compressed file.
aspose.zip.xar.XarSaveOptionsOptions for saving a xar archive.
aspose.zip.iso.EntryEventArgsEvent arguments for entry related events.
aspose.zip.iso.EventsBagEvents container used on IsoArchive saving.
aspose.zip.iso.IsoLoadOptionsOptions with which IsoArchive is loaded from compressed file. Contains event raised on extraction.
aspose.zip.iso.IsoSaveOptionsOptions for saving an ISO archive.
aspose.zip.z.ZArchiveLoadOptionsOptions with which ZArchive is loaded from compressed file. Contains event raised on extraction.
aspose.zip.z.ZArchiveSaveOptionsSettings for saving ZArchive.
aspose.zip.bzip2.Bzip2LoadOptionsOptions for loading Bzip2Archive. Contains event raised on extraction.
aspose.zip.zstandard.ZstandardLoadOptionsOptions with which ZstandardArchive is loaded from compressed file. Contains event raised on extraction.
aspose.zip.zstandard.ZstandardSaveOptionsSettings for ZStandard archive.
The following public methods and properties were added:Description
aspose.zip.lzma.LzmaArchiveSettings.compression_progressedRaises when a portion of raw stream compressed.
aspose.zip.xar.CancelEntryEventArgs.cancelGets or sets a value indicating whether the event should be canceled.
aspose.zip.xar.CancelEntryEventArgs.entryGets the archive entry the event is raised for.
aspose.zip.xar.EntryEventArgs.entryGets the archive entry the event is raised for.
aspose.zip.xar.EventsBag.entry_accessedRaises before an archive entry is being compressed.
aspose.zip.xar.EventsBag.entry_compressedRaises after an archive entry has been compressed.
aspose.zip.xar.XarLoadOptions.entry_extraction_progressedGets or sets the delegate invoked when some bytes have been extracted.
aspose.zip.xar.XarSaveOptions.events_bagGets or sets container of events raising on archive saving.
aspose.zip.iso.EntryEventArgs.entryGets the archive entry the event is raised for.
aspose.zip.iso.EventsBag.entry_accessedRaises before an archive entry is being compressed.
aspose.zip.iso.EventsBag.entry_compressedRaises after an archive entry has been compressed.
aspose.zip.iso.IsoLoadOptions.entry_extraction_progressedGets or sets the delegate invoked when some bytes have been extracted.
aspose.zip.iso.IsoSaveOptions.events_bagGets or sets container of events raising on archive saving.
aspose.zip.lzma.LzmaArchiveSettings.compression_progressedRaises when a portion of raw stream compressed.
aspose.zip.z.ZArchiveLoadOptions.extraction_progressedRaised when some bytes have been extracted.
aspose.zip.z.ZArchiveSaveOptions.compression_progressedRaises when a portion of raw stream compressed.
aspose.zip.bzip2.Bzip2SaveOptions.compression_progressedRaises when a portion of raw stream compressed.
aspose.zip.bzip2.Bzip2LoadOptions.extraction_progressedEvent raised invoked when some bytes have been extracted.
aspose.zip.zstandard.ZstandardSaveOptions.compression_progressedRaises when a portion of raw stream compressed.
aspose.zip.zstandard.ZstandardLoadOptions.extraction_progressedRaises when a portion of the archive have been extracted.