Releases: Nullus157/async-compression
Releases · Nullus157/async-compression
v0.4.25
v0.4.24
Other
- Fix clippy error
- narrow tokio requirement to account for RUSTSEC-2025-0023
- move constructors back to top of rustdoc pages
v0.4.23
Changed
- Update
brotlidependency to8.0. - Update
liblzmadependency to0.4.
v0.4.22
Added
- Add LZ4 encoders and decoders.
- Expose
DeflateEncoder::{total_in, total_out}()methods.
v0.4.21
Fixed
- When flate encoding, do not mark internal state as flushed if it ran out of buffer space.
- Add debug assertion in
producemethod to check buffer capacity in implementations forBufWriter.
v0.4.20
Added
- Add support for
wasm32-wasip1-*targets.
v0.4.19
Changed
- Update
bzip2dependency to0.5.
Fixed
- Ensure that flush finishes before continuing.
v0.4.18
Fixed
- Adjust
Level::Preciseclamp range for flate2.
v0.4.17
Fixed
- Fix occasional panics when consuming from pending buffers.
v0.4.16
Other
- Implement pass-through
AsyncBufReadon write-based encoders & decoders.