Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.59 KB

File metadata and controls

57 lines (40 loc) · 2.59 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.31 - 2025-11-21

Added

  • Add uninitialized output buffer support (#414)

0.4.30 - 2025-11-06

Other

  • Simplify WriteBuffer: Rm unwritten_initialized_mut (#413)
  • Implement new traits DecodeV2/EncodeV2 (#398)
  • Disable nightly feature doc_auto_cfg on docsrs (#392)

0.4.29 - 2025-08-28

Other

  • Update Deps.rs badge (#380)
  • move async-compression to crates/ (#379)
  • Refactor compression_core::util (#373)

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)
  • Separate codecs as a separate crate, allow direct configuration (#363)
  • Release async-compression 0.4.8 (#265)
  • prepare release 0.4.7
  • prepare release 0.4.6
  • prepare release 0.4.3
  • (async-compression) prepare release 0.4.2
  • prepare release 0.4.1 (#236)
  • prepare async-compression release 0.4.0
  • add deps and license badge
  • remove references to old stream crate feature
  • update repo links
  • Update references to master branch
  • Enable testing with all possible feature sets
  • Update links in readme for repo location
  • Mention features for local testing
  • Update README.md
  • Add licenses and trivial readme