All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.34 - 2025-12-07
- Optimize GzipEncoder to not allocate for header and footer (#431)
- Optimize GzipDecoder (#430)
- Optimize gzip::header remove heap allocation (#428)
0.4.33 - 2025-11-21
- Add uninitialized output buffer support (#414)
- Set msrv for codecs to 1.83 (#422)
0.4.32 - 2025-11-06
- allow reading uncompressed size (#396)
UnexpectedEofon truncated input (#412)
- Simplify
WriteBuffer: Rmunwritten_initialized_mut(#413) - Implement new traits
DecodeV2/EncodeV2(#398) - Re-export core in codecs (#395)
- Disable nightly feature
doc_auto_cfgon docsrs (#392)
0.4.31 - 2025-09-25
- Use io::ErrorKind::OutOfMemory for xz2/bzip2 codecs (#387)
0.4.30 - 2025-08-31
- rm unused dep from async-compression and compression-codecs (#381)
0.4.29 - 2025-08-28
0.4.28 - 2025-08-23
- fix wasi ci testing and update doc in README (#367)