Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerCompression module provides functionality for compressing and decompressing data.
May 8, 2024
Software | Version |
---|---|
Mule |
4.1.1 and later |
Open JDK |
8, 11, and 17 |
Issue Resolution | ID |
---|---|
Upgraded commons-compress to version 1.26.0. |
W-15605215 |
January 8, 2024
This connector is now compatible with Java 17.
Software | Version |
---|---|
Mule |
4.1.1 and later |
Open JDK |
8, 11, and 17 |
This version is skipped. The features and fixed issues for this version are in version 2.2.3.
August 23, 2022
Software | Version |
---|---|
Mule |
4.1.1 and later |
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 |
July 8, 2022
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.
Software | Version |
---|---|
Mule |
4.1.1 and later |
January 28, 2022
Issue | Description |
---|---|
Upgraded commons-compress to 1.21. |
June 25, 2020
Issue | Description |
---|---|
Fixed leak in compression stream. |
|
Upgraded commons-compress to 1.20. |
March 2020
Enable the possibility of configuring the streaming strategy for extract operation.
Issue | Description |
---|---|
Review all extensions that return maps of streams. |
October 2019
Issue | Description |
---|---|
Upgrade commons-compress to 1.19. |
December 2018
Improvements to reduce memory footprint
Improved support for repeatable streaming
Issue | Description |
---|---|
Compression module doesn’t return repeatable streams. |
October 2018
Fixed major issue when writting compressed streams.
Issue | Description |
---|---|
Zip streams are not being closed after creation. |
September 2018
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.
Issue | Description |
---|---|
Upgrade commons-lang3 to 3.7 |
May 2018
This module provides functionality for compressing and uncompressing data in the gzip format.