Browse our Products

Aspose.ZIP for Python via .NET 26.6 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1430Compose Apple archive (.aar) with raw (store) compression method.Feature
ZIPNET-1432Extract Apple archive (.aar) with LZ4 compression method.Feature
ZIPNET-1435Extract Apple archive (.aar) with Zlib compression method.Feature
ZIPNET-1436Extract Apple archive (.aar) with LZMA compression method.Feature
ZIPNET-1437Extract Apple archive (.aar) with LZFSE compression method.Feature
ZIPNET-1440Support cancellation when extracting Apple archive (.aar).Feature
ZIPNET-1442Verify CRC32, SHA1, SHA256 checksum on Apple archive (.aar) extraction.Enhancement
ZIPNET-1444Optionally include CRC32 checksum on Apple archive (.aar) composition.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
aspose.zip.apple.AppleStoreCompressionSettingsSettings for Zlib compression within an Apple Archive (.aar) file.
aspose.zip.apple.AppleLzfseCompressionSettingsSettings for LZFSE compression within an Apple Archive (.aar) file.
aspose.zip.apple.AppleArchiveLoadOptionsOptions with which AppleArchive is loaded from a compressed file.
The following public methods and properties were added:Description
aspose.zip.apple.AppleArchiveEntrySettings.include_crc32_checksumGets or sets a value indicating whether CRC32 checksum fields are included for composed file entries.
aspose.zip.apple.AppleCompressionSettings.storeAn instance of AppleStoreCompressionSettings.
aspose.zip.apple.AppleArchive.#ctor(Stream)Initializes a new instance of the AppleArchive class and composes an entry list can be extracted from the archive.
aspose.zip.apple.AppleArchive.#ctor(string)Initializes a new instance of the AppleArchive class and composes an entry list can be extracted from the archive.
aspose.zip.apple.AppleArchiveEntry.open()Opens the entry for extraction and provides a stream with entry content.
aspose.zip.apple.AppleArchiveLoadOptions.cancellation_tokenGets or sets a cancellation token used to cancel the extraction operation.