4.3 KiB
4.3 KiB
Changelog
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.
[Unreleased]
0.4.38 - 2026-04-21
Other
- Include license files in published crates (#467)
0.4.37 - 2026-02-18
Other
- Stop consuming input on errors in codecs. (#451)
0.4.36 - 2026-01-10
Other
- Set async-compression msrv (#440)
0.4.35 - 2025-12-11
Other
- Add Crc checksum validation for gzip::header::Parser (#432)
0.4.34 - 2025-12-07
Other
- 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
Added
- Add uninitialized output buffer support (#414)
Other
- Set msrv for codecs to 1.83 (#422)
0.4.32 - 2025-11-06
Added
- allow reading uncompressed size (#396)
Fixed
UnexpectedEofon truncated input (#412)
Other
- 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
Other
- Use io::ErrorKind::OutOfMemory for xz2/bzip2 codecs (#387)
0.4.30 - 2025-08-31
Other
- rm unused dep from async-compression and compression-codecs (#381)
0.4.29 - 2025-08-28
Other
0.4.28 - 2025-08-23
Fixed
- fix wasi ci testing and update doc in README (#367)