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.2
January 28, 2022
Fixed Issues
Issue | Description |
---|---|
Upgraded commons-compress to 1.21. |
2.1.1
June 25, 2020
Fixed Issues
Issue | Description |
---|---|
Fixed leak in compression stream. |
|
Upgraded commons-compress to 1.20. |
2.1.0
March 2020
New Features and Enhancements
Enable the possibility of configuring the streaming strategy for extract operation.
Fixed Issues
Issue | Description |
---|---|
Review all extensions that return maps of streams. |
2.0.3
October 2019
Fixed Issues
Issue | Description |
---|---|
Upgrade commons-compress to 1.19. |
2.0.2
December 2018
-
Improvements to reduce memory footprint
-
Improved support for repeatable streaming
Fixed Issues
Issue | Description |
---|---|
Compression module doesn’t return repeatable streams. |
2.0.1
October 2018
Fixed major issue when writting compressed streams.
Fixed Issues
Issue | Description |
---|---|
Zip streams are not being closed after creation. |
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.
Fixed Issues
Issue | Description |
---|---|
Upgrade commons-lang3 to 3.7 |
1.0.0
May 2018
New Features and Enhancements
This module provides functionality for compressing and uncompressing data in the gzip format.