Browse our Products
Aspose.ZIP for Python via .NET 26.1 Release Notes
This page contains release notes information for Aspose.ZIP for Python via .NET 26.1.
All Changes
| Key | Summary | Issue Type |
|---|---|---|
| ZIPNET-1395 | Reduced allocations in various header composition routines. | Enhancement |
| ZIPNET-1397 | Introduced deferred sources for entry composition and immediate source closing for 7Z and CAB. | Feature |
| ZIPNET-1400 | Introduced a version for Python via .NET 10. | Feature |
| ZIPNET-1390 | Improved checksum performance with ARM64 intrinsics on .NET 10. | Enhancement |
| ZIPNET-1061 | Faster Zlib compression on .NET 10. | Enhancement |
Public API and Backwards Incompatible Changes
| The following public types were added: | Description |
|---|---|
| aspose.zip.saving.SevenZipArchiveSaveOptions | Options 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_souce | Indicate 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_source | Indicate whether entry should be closed immediately after an entry has been compressed. |