Browse our Products

Aspose.ZIP for Python via .NET 24.10 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1207Pass save options to xar archive saved by path.Bug
ZIPNET-1208Allow to dispose entry sources on Zip archive save.Feature
ZIPNET-1210Expose Zip entry source when added for compostion.Enhancement
ZIPNET-1173Correct Snappy output.Bug
ZIPNET-1214Rent buffer arrays and arrays for bzip2 algorithm.Enhancement
ZIPNET-1212Extract 7z archive with empty folder.Bug
ZIPNET-1216Make IsoEntry unified and implement IArchiveFileEntry.Feature

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
aspose.zip.ArchiveEntry.data_sourceSource for the entry if the entry was added to archive.
aspose.zip.saving.ArchiveSaveOptions.close_entry_sourceGets or sets a value indicating whether entries’ sources should be closed right after an entry has been compressed.
aspose.zip.iso.IsoEntry.extract(…)Extracts the entry.
aspose.zip.iso.IsoEntry.lengthGets the length of the entry in bytes.