Skip to content

v2.4.0

Compare
Choose a tag to compare
@milesgranger milesgranger released this 10 Sep 06:44
· 88 commits to master since this release

This release comes with streaming compression support for all variants. And updates Gzip compression variant to support properly decoding input which has multiple streams, as is the default with std gzip lib. This release does not alter any of the existing APIs.

Notable commits:

Support compressed gzip multistream (#64) b9cfa13
Support Compressor for each variant (#64) 8ecb0fa
Support .flush for Compressor (#68) 4b92e42
Add official OSI name in the license metadata (#66) 446a671