Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 3.25 KB

File metadata and controls

73 lines (41 loc) · 3.25 KB

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.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

  • UnexpectedEof on truncated input (#412)

Other

  • Simplify WriteBuffer: Rm unwritten_initialized_mut (#413)
  • Implement new traits DecodeV2/EncodeV2 (#398)
  • Re-export core in codecs (#395)
  • Disable nightly feature doc_auto_cfg on 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

  • Update Deps.rs badge (#380)
  • move async-compression to crates/ (#379)

0.4.28 - 2025-08-23

Fixed

  • fix wasi ci testing and update doc in README (#367)

Other

  • Have separate package.version field for compression-* (#369)
  • Fix docs.rs build for compression-codecs (#365)