Upgraded commons-compress to version 1.26.0.
Compression Module Release Notes for Mule 4
Compression module provides functionality for compressing and decompressing data.
2.2.4
May 8, 2024
Compatibility
Software | Version |
---|---|
Mule |
4.1.1 and later |
Open JDK |
8, 11, and 17 |
Fixed Issues
Issue Resolution | ID |
---|---|
W-15605215 |
2.2.3
January 8, 2024
What’s New
-
This connector is now compatible with Java 17.
Compatibility
Software | Version |
---|---|
Mule |
4.1.1 and later |
Open JDK |
8, 11, and 17 |
2.2.2 (Skipped)
This version is skipped. The features and fixed issues for this version are in version 2.2.3.
2.2.1
August 23, 2022
Compatibility
Software | Version |
---|---|
Mule |
4.1.1 and later |
Fixed Issues
Issue | ID |
---|---|
The Compression module now throws a RuntimeException error without error types during file compression. The module throws these exceptions from the function that consumes the output of the Compress and Archive operations. |
W-11390500 |
2.2.0
July 8, 2022
What’s New
-
Compression module Archive and Compress operations have a new Force ZIP64 parameter that enables you to archive or compress files and byte arrays greater than 4 GB.
Compatibility
Software | Version |
---|---|
Mule |
4.1.1 and later |
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
September 2018
New Features and Enhancements
To provide a better experience using this module, MuleSoft added a new API to support archiver compression formats with a new set of operations. It retains the experience for compressing and decompressing files for each of the available formats without losing any of the features that the format associated algorithm provides.
This change enables the possibility of adding more compression formats in a simple way. This version now supports the most widely used compression format: ZIP.
The Gzip format is still supported.