Lancements de Aspose.ZIP for .NET

Released: Jun 30, 2023

Mises à jour de V23.6

Fonctionnalités

  • Added the ability to extract 7z archives with encrypted headers.
  • ExtractToDirectory and Extract methods have been made public for some archives.

Released: May 31, 2023

Mises à jour de V23.5

Fonctionnalités

  • Added the ability to extract plain ZIP entries compressed with Zstandard.

Correctifs

  • Do not dispose extraction stream on archive disposal.
  • Check password correctness on 7z stored extraction.

Released: Mar 26, 2023

Mises à jour de V23.3

Fonctionnalités

  • Improved RAR decompression speed.
  • Improved LZMA/LZMA2 compression speed.

Correctifs

  • 7z archive with empty files and directories may fail to extract.

Released: Feb 28, 2023

Mises à jour de V23.2

Fonctionnalités

  • Improved LZMA and LZMA2 compression speed.
  • Introduced a common interface for all archive types.
  • Added the ability to detect content and file names encryption.
  • You can now attach an external cipher for 7z AES encryption.

Correctifs

  • Make entries collection of an archive to keep stable reference.

Released: Jan 29, 2023

Mises à jour de V23.1

Fonctionnalités

  • Added the ability to detect archive format without loading.
  • Added the ability to compose multi-volume 7z archives.

Correctifs

  • Wrong filenames for subfolders in 7z archive.

Released: Dec 23, 2022

Mises à jour de V22.12

Fonctionnalités

  • Added the ability to save multi-volume ZIP files.
  • Added the ability to compose SHAR archives.

Released: Nov 26, 2022

Mises à jour de V22.11

Fonctionnalités

  • Added support for 'PPMd' compression within 7z archives.
  • Added the ability to report compression progress for 7z entries.

Correctifs

  • Release file handle on 7z decryption with wrong password.
  • Proper compression and encryption coder combination within 7z archive.

Released: Oct 29, 2022

Mises à jour de V22.10

Fonctionnalités

  • Fetch entry comments within zip container.
  • Display modification times for 7z.
  • Added new 'extract to stream' method for 7z.
  • Set arbitrary encoding on zip archive extraction.

Released: Sep 24, 2022

Mises à jour de V22.9

Fonctionnalités

  • Added support for parallel bzip2 compression.
  • Added 'xz' compression for zip containers.
  • Added the ability to verify RAR passwords on decompression.

Released: Sep 1, 2022

Mises à jour de V22.8

Fonctionnalités

  • Added the ability to set the number of fast bytes for LZMA2 compression.

Correctifs

  • Drop obsolete UnRAR namespace and classes.