Browse our Products

Aspose.ZIP for Python via .NET 25.8 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1351Solid compression for encrypted 7z archives.Feature
ZIPNET-1349Fix exception on solid compression exceeding trial size.Bug
ZIPNET-1353Store host OS mark.Enhancement
ZIPNET-1354Optional Data Descriptor for Zip folder entry.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.saving.ZipDataDescriptorPolicyOptions for the Data Descriptor presence.
The following public methods and properties were added:Description
aspose.zip.saving.ArchiveSaveOptions.data_descriptor_policyGets or sets settings for Data Descriptor emission.
The following public enumerations were added:Description
aspose.zip.saving.ZipDataDescriptorPolicy.ALWAYSData Descriptor is always present for all zip entries.
aspose.zip.saving.ZipDataDescriptorPolicy.FOR_ALL_FILE_ENTRIESData Descriptor present only for entries with file data; omitted for directories.