Rilasci di Xceed Real-Time Zip for .NET

Released: Oct 5, 2022

Aggiornamenti in V7.1

Correzioni

  • Small fixes were made so that the component would work well with the new version of Zip for .NET.

Released: Jul 19, 2021

Aggiornamenti in V7.0

Funzionalità

  • Version sync with the other libraries.

Released: Jan 25, 2021

Aggiornamenti in V6.9

Funzionalità

  • Improved the speed of "CompressionMethod.Deflated" compression on Microsoft .NET 4.5 and later.
  • Reduced memory fragmentation caused by heavy usage of "CompressionMethod.Deflated" compression and decompression.
  • Assembly names and DLL files no longer have their version number as part of the name, simplifying the update process for applications.

Released: Aug 17, 2020

Aggiornamenti in V6.8.1

Funzionalità

  • Added an improved code example on how to use Real-Time Zip to create nested archives that can be accessed efficiently by other tools like Zip.NET.

Released: Jan 30, 2020

Aggiornamenti in V6.8

Funzionalità

  • Multi-thread manager can now automatically run in the background, to keep threads fed with data to compress.

Released: Jan 30, 2019

Aggiornamenti in V6.7

Funzionalità

  • The ZipWriter’s MultiThreadManager object can now be reused by other ZipWriter objects.
  • The ZipItemDataProvider callback function for multi-threaded items has been changed.
  • Using QueueItem() now requires setting the new MultiThreadManager property.

Correzioni

  • Fixed a bug where corrupt zip streams would be produced if single-thread and multi-thread calls were mixed.
  • Fixed a bug where items zipped with AES encryption using the QueueItem method would be corrupted.

Released: Jun 18, 2018

Aggiornamenti in V6.6

Funzionalità

  • Invalid dates are now silently ignored when reading the FileTimesExtraHeader.

Released: Jan 15, 2018

Aggiornamenti in V6.5

Funzionalità

  • Added support for .NET Standard 2.0 and up.

Correzioni

  • Fixed a bug where an InvalidZipStructureException could be thrown by ZipReader when a non-seekable (including nested) stream was used as the zip file.

Released: Jun 5, 2017

Aggiornamenti in V6.3

Correzioni

  • Fixed a bug where a ZipWriterException was thrown when empty items were located at offsets >4GB in an archive.
  • Fixed a bug where a InvalidZipStructureException was thrown by ZipReader when data in an item to unzip contained the value of a zip format header.

Released: Mar 1, 2017

Aggiornamenti in V6.2

Funzionalità

  • Changed the exception messages for CompressionException when decompressing Deflate and Deflate64 data to make them more clear about what actually went wrong.