Browse our Products

Aspose.ZIP for .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.CompressionProgressedRaises 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.EntryAccessedRaises before an archive entry is being compressed.
Aspose.Zip.Xar.EventsBag.EntryCompressedRaises after an archive entry has been compressed.
Aspose.Zip.Xar.XarLoadOptions.EntryExtractionProgressedGets or sets the delegate invoked when some bytes have been extracted.
Aspose.Zip.Xar.XarSaveOptions.EventsBagGets 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.EntryAccessedRaises before an archive entry is being compressed.
Aspose.Zip.Iso.EventsBag.EntryCompressedRaises after an archive entry has been compressed.
Aspose.Zip.Iso.IsoLoadOptions.EntryExtractionProgressedGets or sets the delegate invoked when some bytes have been extracted.
Aspose.Zip.Iso.IsoSaveOptions.EventsBagGets or sets container of events raising on archive saving.
Aspose.Zip.LZMA.LzmaArchiveSettings.CompressionProgressedRaises when a portion of raw stream compressed.
Aspose.Zip.Archive.CreateEntry(string, Func, ArchiveEntrySetting)Composes zip entry with deferred source initialization.
Aspose.Zip.Z.ZArchiveLoadOptions.ExtractionProgressedRaised when some bytes have been extracted.
Aspose.Zip.Z.ZArchiveSaveOptions.CompressionProgressedRaises when a portion of raw stream compressed.
Aspose.Zip.Bzip2.Bzip2SaveOptions.CompressionProgressedRaises when a portion of raw stream compressed.
Aspose.Zip.Bzip2.Bzip2LoadOptions.ExtractionProgressedEvent raised invoked when some bytes have been extracted.
Aspose.Zip.Zstandard.ZstandardSaveOptions.CompressionProgressedRaises when a portion of raw stream compressed.
Aspose.Zip.Zstandard.ZstandardLoadOptions.ExtractionProgressedRaises when a portion of the archive have been extracted.