Releases: Nullus157/async-compression
Releases · Nullus157/async-compression
v0.4.17
v0.4.16
Other
- Implement pass-through
AsyncBufRead
on write-based encoders & decoders.
v0.4.15
Feature
- Implement pass-through
AsyncRead
orAsyncWrite
where appropriate. - Relax
AsyncRead
/AsyncWrite
bounds on*::{get_ref, get_mut, get_pin_mut, into_inner}()
methods.
v0.4.14
Fixed
- In Tokio-based decoders, attempt to decode from internal state even if nothing was read.
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.