Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 2, 2025

πŸ€– New release

  • compression-core: 0.4.29 -> 0.4.30 (βœ“ API compatible changes)
  • compression-codecs: 0.4.31 -> 0.4.32 (βœ“ API compatible changes)
  • async-compression: 0.4.32 -> 0.4.33 (βœ“ API compatible changes)
Changelog

compression-core

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)

compression-codecs

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)

async-compression

0.4.33 - 2025-11-06

Fixed

  • UnexpectedEof on truncated input (#412)

Other

  • Update async-compression to use codecs v2 (#410)
  • Dedup write::Encoder and simplify write::Decoder impl (#409)
  • Dedup write::Decoder::poll_write (#408)
  • Optimize BufWriter::poll_* method (#407)
  • Dedup write::{AsyncBufWriter, BufWriter, Decoder} (#406)
  • Early return in do_poll_read instead of keep polling (#404)
  • Deduplicate bufread::Encoder impl (#402)
  • Rename impl_do_poll_read! to impl_decoder! (#403)
  • (deps) update proptest-derive requirement from 0.6 to 0.7 (#399)
  • Deduplicate generic::bufread::Decoder impl of tokio/futures-io (#391)
  • Disable nightly feature doc_auto_cfg on docsrs (#392)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-10-02T15-50-25Z branch from b2b780f to 56d9263 Compare October 6, 2025 02:03
@github-actions github-actions bot force-pushed the release-plz-2025-10-02T15-50-25Z branch 2 times, most recently from ad7cc33 to 89cbd8a Compare October 15, 2025 14:32
@github-actions github-actions bot force-pushed the release-plz-2025-10-02T15-50-25Z branch 8 times, most recently from 0713f2f to c97a597 Compare November 4, 2025 09:09
@github-actions github-actions bot force-pushed the release-plz-2025-10-02T15-50-25Z branch 3 times, most recently from a4f6e98 to 44d42db Compare November 5, 2025 21:02
@NobodyXu NobodyXu marked this pull request as ready for review November 5, 2025 21:11
@NobodyXu NobodyXu requested review from Nemo157 and robjtede November 5, 2025 21:11
@NobodyXu
Copy link
Collaborator

NobodyXu commented Nov 5, 2025

I'd like to cut a release to address the bug reported in #411

However since I also merged in some other PRs adding new APIs and some refacotring, I'd like you to review it please cc @robjtede @Nemo157

@github-actions github-actions bot force-pushed the release-plz-2025-10-02T15-50-25Z branch from 44d42db to 80274e9 Compare November 6, 2025 11:21
@NobodyXu NobodyXu closed this Nov 6, 2025
@NobodyXu NobodyXu reopened this Nov 6, 2025
@NobodyXu
Copy link
Collaborator

NobodyXu commented Nov 6, 2025

Merged in #413 to simplify WriteBuffer API and match its API against tokio::io::ReadBuf, since once released I cannot break it.

No PR will be merged to the main branch, until this release PR is merged.

@NobodyXu
Copy link
Collaborator

NobodyXu commented Nov 6, 2025

I will probably wait for reviews for 1-2 days, and then I will merge it.

I don't want release to block indefinitely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants