Releases: Nullus157/async-compression
Releases · Nullus157/async-compression
async-compression-v0.4.28
chore: Release package async-compression version 0.4.28
v0.4.27
v0.4.26
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.