Lancements de Aspose.ZIP for .NET

Released: May 1, 2025

Mises à jour de V25.5

Fonctionnalités

  • Added the ability to store Unix file mode within uuencoded files.
  • You can now include the block checksum in the frame of a LZ4 archive.
  • You can now include the original content size in the frame of a LZ4 archive.
  • Reduced memory allocations on LZ4 extraction.
  • Added the ability to detect uuencoded file by signature.
  • Provided methods for composition tar.lz4 combined archives.

Correctifs

  • Fixed setting Unix file mode if file was not supplied.

Released: Apr 22, 2025

Mises à jour de V25.4

Fonctionnalités

  • Added the ability to compose LZ4 archives.
  • Added the ability to store Unix file permissions in tar headers.
  • Added the ability to extract tar.lz4 compressed archives with one method.
  • Reduced memory allocation on LZMA decompression in 7z.
  • You can now set Unix file mode on tar extraction.
  • You can now keep Unix file mode for ZIP entry and set it on extraction in Unix.

Correctifs

  • Corrected grammar in commentaries.
  • Verify password for traditionally encrypted ZIP before decompression.

Released: Mar 24, 2025

Mises à jour de V25.3

Fonctionnalités

  • Added the ability to extract Lz4 archives.
  • You can now set time metadata for encrypted 7z entries.
  • You can now compose temporary files in a secure way.
  • Exposed archive format for IArchive instance.
  • You can now set time metadata for some archive types.
  • Added the ability to obtain gzip archive name when gzip archive is opened via format detector.

Correctifs

  • Filter out directory entries from FileEntries list.
  • Fixed endless extraction of 7z archive with a particular wrong password.

Released: Feb 21, 2025

Mises à jour de V25.2

Fonctionnalités

  • Optimized checksum calculation.
  • Reduced headers memory allocation.
  • You can now validate content on Bzip2, Gzip, Zstandard extraction.
  • Added the ability to set Modified time metadata for various archive entries on extraction.
  • You can now extract encrypted 7z archives, supplying the password only once.
  • Renamed ARJ namespace to Arj.
  • Added support for specifying password on extraction of encrypted archive not having a determined format.
  • You can now skip checksum verification.

Released: Jan 28, 2025

Mises à jour de V25.1

Fonctionnalités

  • Added the ability to extract ARJ archives.

Correctifs

  • Fixed issue when extracting LHA archives from streams that are too short.

Released: Dec 14, 2024

Mises à jour de V24.12

Fonctionnalités

  • Added the ability to extract LHA entries compressed with adaptive Huffman.
  • Added the ability to extract Delta encoded entries of 7z archive.

Released: Nov 25, 2024

Mises à jour de V24.11

Fonctionnalités

  • Added the ability to extract LHA archives.

Released: Oct 23, 2024

Mises à jour de V24.10

Fonctionnalités

  • You can now dispose entry sources when saving Zip archives.
  • Made IsoEntry unified and implemented IArchiveFileEntry.
  • Exposed Zip entry source when added for composition.
  • Rent buffer arrays and arrays for bzip2 algorithm.

Correctifs

  • Pass save options to XAR archive saved by path.
  • Corrected issue with Snappy output.
  • Fixed bug extracting 7z archive with empty folder.

Released: Sep 25, 2024

Mises à jour de V24.9

Fonctionnalités

  • Introduced events for XAR archives.
  • Introduced events for ISO archives.
  • Deferred stream initialization for Zip archive entry.
  • Added Progress reporting for LZMA, Z, Bzip2, and Zstandard archives.

Released: Aug 27, 2024

Mises à jour de V24.8

Fonctionnalités

  • You can now use EventBag for split Zip archives.
  • Introduced an event raised just before Zip entry compression.
  • Added a static instance of Zstandard compression settings.
  • Implemented archives for uuencode.