Browse our Products

Aspose.ZIP for Java 25.8 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1351Solid compression for encrypted 7z archives.Feature
ZIPNET-1349Fix exception on solid compression exceeding trial size.Bug
ZIPNET-1353Store host OS mark.Enhancement
ZIPNET-1354Optional Data Descriptor for Zip folder entry.Feature

Public API and Backwards Incompatible Changes

The following public types were added:Description
com.aspose.zip.ZipDataDescriptorPolicyOptions for the Data Descriptor presence.
The following public methods were added:Description
com.aspose.zip.ArchiveSaveOptions.getDataDescriptorPolicy()Gets settings for Data Descriptor emission.
com.aspose.zip.ArchiveSaveOptions.setDataDescriptorPolicy( com.aspose.zip.ZipDataDescriptorPolicy )Sets settings for Data Descriptor emission.
The following public enumerations were added:Description
com.aspose.zip.ZipDataDescriptorPolicy.AlwaysData Descriptor is always present for all zip entries.
com.aspose.zip.ZipDataDescriptorPolicy.ForAllFileEntriesData Descriptor present only for entries with file data; omitted for directories.