Browse our Products

Aspose.ZIP for Python via .NET 26.1 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1395Reduced allocations in various header composition routines.Enhancement
ZIPNET-1397Introduced deferred sources for entry composition and immediate source closing for 7Z and CAB.Feature
ZIPNET-1400Introduced a version for Python via .NET 10.Feature
ZIPNET-1390Improved checksum performance with ARM64 intrinsics on .NET 10.Enhancement
ZIPNET-1061Faster Zlib compression on .NET 10.Enhancement

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.saving.SevenZipArchiveSaveOptionsOptions for saving a 7Z archive
The following public methods and properties were added:Description
Aspose.Zip.SevenZipArchive.CreateEntry(string, Func<stream>, SevenZipEntrySetting)Create an entry within a 7Z archive with the source provided just in time.
aspose.zip.saving.SevenZipArchiveSaveOption.close_entry_souceIndicate whether entry should be closed immediately after an entry has been compressed.
Aspose.Zip.Cab.CabArchive.CreateEntry(string, Func<Stream>, CabEntrySetting)Create an entry within a CAB archive with the source provided just in time.
aspose.zip.cab.CabSaveOption.close_entry_sourceIndicate whether entry should be closed immediately after an entry has been compressed.