Browse our Products

Aspose.ZIP for Python via .NET 25.11 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1255Reduce memory consuption for xar table of content.Enhancement
ZIPNET-1302Prevent memory leak if not unsubscribed from entry events.Enhancement
ZIPNET-1362Reduce size of self-extracting executable module.Enhancement
ZIPNET-1380Verify setting LZMA dictionary size for LZMA archive.Enhancement
ZIPNET-1375Allow user to set number of fast bytes and literal context bits for LZMA algorithm within ZIP container and LZMA archive itself.Enhancement
ZIPNET-1377Allow user to set number of fast bytes and literal context bits for LZMA algorithm within 7z container.Enhancement

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
aspose.zip.saving.LzmaCompressionSettings.dictionary_sizeGets the dictionary (history buffer) size indicates how many bytes of the recently processed uncompressed data are kept in memory.
aspose.zip.saving.LzmaCompressionSettings.literal_context_bitsGets the number of literal context bits for the LZMA algorithm.
aspose.zip.saving.LzmaCompressionSettings.number_of_fast_bytesGets the number of bytes used for fast match searching in the LZMA algorithm.
aspose.zip.saving.SevenZipLZMACompressionSettings.literal_context_bitsGets the number of literal context bits for the LZMA algorithm.
aspose.zip.saving.SevenZipLZMACompressionSettings.number_of_fast_bytesGets the number of bytes used for fast match searching in the LZMA algorithm.
aspose.zip.lzma.LzmaArchiveSettings.literal_context_bitsGets the number of literal context bits for the LZMA algorithm.
aspose.zip.lzma.LzmaArchiveSettings.number_of_fast_bytesGets the number of bytes used for fast match searching in the LZMA algorithm.
aspose.zip.saving.LzmaCompressionSettings.#ctor(int, int, int)Initializes a new instance of the LzmaCompressionSettings class with specified dictionary size, number of fast bytes and number of literal context bits.
aspose.zip.saving.SevenZipLZMACompressionSettings.#ctor(int, int, int)Initializes a new instance of the SevenZipLZMACompressionSettings class with specified dictionary size, number of fast bytes and number of literal context bits.