Releases: Nullus157/async-compression
Releases · Nullus157/async-compression
v0.4.20
v0.4.19
Changed
- Update
bzip2
dependency to0.5
.
Fixed
- Ensure that flush finishes before continuing.
v0.4.18
Fixed
- Adjust
Level::Precise
clamp range for flate2.
v0.4.17
Fixed
- Fix occasional panics when consuming from pending buffers.
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.