In this new version, two new actions have been added that allow you to compress and decompress data in binary using the GZIP algorithm. GZIP is a method of data compression that reduces the size of files and saves disk space. GZIP can also speed up data transfer over the network, as compressed files are lighter and faster to send and receive.
To use the new actions, just drag them to your logic flow and configure the input and output parameters. The CompressBinary action takes a binary as input and returns a compressed binary as output. The DecompressBinary action does the opposite: it takes a compressed binary as input and returns an uncompressed binary as output. These actions are compatible with any type of binary file, such as images, documents, audios, videos, etc.