Browse our Products

Aspose.ZIP for .NET 23.7 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1031Compose XAR archive.Feature
ZIPNET-1009Added Zstandard compression method for ZIP container.Feature
ZIPNET-1038Introduce unknown archive format instead of null.Enhancement
ZIPNET-1027Increase bzip2 parallel compression speed.Enhancement
ZIPNET-1030Compress to LZMA2 in 7z in multiple threads.Enhancement

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Zip.Xar.XarArchive.#ctor()Initializes a new instance of the xar archive prepared for compressing.
Aspose.Zip.Xar.XarArchive.CreateEntry(…)Create single entry within the xar archive.
Aspose.Zip.Xar.XarArchive.CreateEntries(…)Adds to the archive all the files and directories recursively in the directory given.
Aspose.Zip.Xar.XarArchive.Save(…)Saves xar archive.
Aspose.Zip.ArchiveInfo.UnknownUnknown format.
Aspose.Zip.Saving.SevenZipLZMA2CompressionSettings.CompressionThreadsGets or sets compression thread count. If the value greater than 1, multithreading compression will be used.
Aspose.Zip.Saving.ZstandardCompressionSettingsSettings for Zstandard compression method.
Aspose.Zip.Xar.XarCompressionSettingsSettings for xar compressor.
Aspose.Zip.Xar.XarCompressionSettings.BlockSizeGets block size of bzip2 compression in hundreds of kilobytes.
Aspose.Zip.Xar.XarBzip2CompressionSettingsSettings for Bzip2 compression method.
Aspose.Zip.Xar.XarZlibCompressionSettingsSettings for Zlib compression method.
Aspose.Zip.Xar.XarStoreCompressionSettingsSettings for Store compression method.