Browse our Products
Aspose.ZIP for Python via .NET 26.2 Release Notes
This page contains release notes information for Aspose.ZIP for Python via .NET 26.2.
All Changes
| Key | Summary | Issue Type |
|---|---|---|
| ZIPNET-1365 | Extract a ZIP archive from a read-only stream. | Feature |
| ZIPNET-1410 | Expose the ZIP archive comment (archive-level) and allow setting a comment for an individual entry. | Feature |
| ZIPNET-1412 | Fix 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_only | Indicates ZIP archive need to be extracted from read only stream. |
| aspose.zip.Archive.comment | Gets comment for the whole archive. |
| aspose.zip.saving.ArchiveEntrySettings.comment | Comment for the entry within ZIP archive. |