Browse our Products

Aspose.ZIP for Python via .NET 26.2 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1365Extract a ZIP archive from a read-only stream.Feature
ZIPNET-1410Expose the ZIP archive comment (archive-level) and allow setting a comment for an individual entry.Feature
ZIPNET-1412Fix ZIP64 End of Central Directory properties when compressing large files.Bug

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
aspose.zip.ArchiveLoadOptions.forward_onlyIndicates ZIP archive need to be extracted from read only stream.
aspose.zip.Archive.commentGets comment for the whole archive.
aspose.zip.saving.ArchiveEntrySettings.commentComment for the entry within ZIP archive.