Browse our Products
Aspose.ZIP for Python via .NET 26.6 Release Notes
This page contains release notes information for Aspose.ZIP for Python via .NET 26.6.
All Changes
| Key | Summary | Issue Type |
|---|---|---|
| ZIPNET-1430 | Compose Apple archive (.aar) with raw (store) compression method. | Feature |
| ZIPNET-1432 | Extract Apple archive (.aar) with LZ4 compression method. | Feature |
| ZIPNET-1435 | Extract Apple archive (.aar) with Zlib compression method. | Feature |
| ZIPNET-1436 | Extract Apple archive (.aar) with LZMA compression method. | Feature |
| ZIPNET-1437 | Extract Apple archive (.aar) with LZFSE compression method. | Feature |
| ZIPNET-1440 | Support cancellation when extracting Apple archive (.aar). | Feature |
| ZIPNET-1442 | Verify CRC32, SHA1, SHA256 checksum on Apple archive (.aar) extraction. | Enhancement |
| ZIPNET-1444 | Optionally 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.AppleStoreCompressionSettings | Settings for Zlib compression within an Apple Archive (.aar) file. |
| aspose.zip.apple.AppleLzfseCompressionSettings | Settings for LZFSE compression within an Apple Archive (.aar) file. |
| aspose.zip.apple.AppleArchiveLoadOptions | Options with which AppleArchive is loaded from a compressed file. |
| The following public methods and properties were added: | Description |
| aspose.zip.apple.AppleArchiveEntrySettings.include_crc32_checksum | Gets or sets a value indicating whether CRC32 checksum fields are included for composed file entries. |
| aspose.zip.apple.AppleCompressionSettings.store | An 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_token | Gets or sets a cancellation token used to cancel the extraction operation. |