Aspose.ZIP for Java Releases

Released: Mar 27, 2025

Updates in V25.3

Funktionen

  • You can now set time metadata for encrypted 7z entries.
  • You can now compose temporary files in a secure way.
  • Added the ability to extract Lz4 archives.
  • 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.

Fehlerkorrekturen

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

Released: Feb 28, 2025

Updates in V25.2

Funktionen

  • 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.
  • Added support for specifying password on extraction of encrypted archive not having a determined format.
  • You can now skip checksum verification.

Fehlerkorrekturen

  • Encrypted SevenZip entry...

Released: Jan 31, 2025

Updates in V25.1

Funktionen

  • Added the ability to extract ARJ archives.
  • Dropped LHA archive directory entry.
  • Exposed path and modification date of LHA entry.

Fehlerkorrekturen

  • Fixed issue when extracting LHA archives from streams that are too short.
  • Incorrect exception type while extracting encrypted ZIP with wrong password.

Released: Dec 19, 2024

Updates in V24.12

Funktionen

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

Released: Nov 29, 2024

Updates in V24.11

Funktionen

  • Added the ability to extract LHA archives.

Released: Oct 30, 2024

Updates in V24.10

Funktionen

  • Added support for Snappy format.
  • Added a compress directory feature to the ArchiveFactory class.
  • You can now dispose entry sources when saving Zip archives.
  • Exposed Zip entry source when added for composition.
  • Made IsoEntry unified and implemented IArchiveFileEntry.

Fehlerkorrekturen

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

Released: Sep 30, 2024

Updates in V24.9

Funktionen

  • Added support for SelfExtracted archive format.
  • 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 30, 2024

Updates in V24.8

Funktionen

  • 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.

Fehlerkorrekturen

  • WimArchive.getImages() is not available in public API.
  • Uue archive has improper name when extracted via extractToDirectory method.

Released: Jul 31, 2024

Updates in V24.7

Funktionen

  • Added support for ISO format.
  • Added support for Z format.
  • Added support for Shar format.
  • Added support for FastLZ format.
  • Added support for WavPack algorithm.

Released: Jun 28, 2024

Updates in V24.6

Funktionen

  • Added support for ZStandard, Cpio, Cab, Wim, and XAR formats.
  • Added the ability to extract ZIP with Implode compression method.

Fehlerkorrekturen

  • Failed to pass org.bouncycastle:bc-fips's internal checking - FipsOperationError: Module checksum failed.
  • NotImplementedException is thrown while trying to save an archive to an OutputStream.