Releases: Nullus157/async-compression
Releases · Nullus157/async-compression
v0.4.13
Feature
- Update
brotli
dependency to to7
.
v0.4.12
Feature
- Enable customizing Zstd decoding parameters.
v0.4.11
Other
- Expose total_in/total_out from underlying flate2 encoder types.
v0.4.10
async-compression-v0.4.8
What's Changed
- chore(deps): update brotli requirement from 3.3 to 4.0 by @dependabot in #264
- Release async-compression 0.4.8 by @NobodyXu in #265
Full Changelog: async-compression-v0.4.7...async-compression-v0.4.8
async-compression: v0.4.7
- Flush available data in decoder even when there's no incoming input.
async-compression: v0.4.6
- Return errors instead of panicking in all encode and decode operations.
async-compression: v0.4.5
- Add
{Lzma, Xz}Decoder::with_mem_limit()
methods.
async-compression: v0.4.4
- Update
zstd
dependency to0.13
.
async-compression: v0.4.3
- Implement
Default
forbrotli::EncoderParams
.