Skip to content

Conversation

@github-actions
Copy link
Contributor

πŸ€– New release

  • compression-core: 0.4.27 -> 0.5.0 (βœ“ API compatible changes)
  • compression-codecs: 0.4.27 -> 0.5.0 (βœ“ API compatible changes)
  • async-compression: 0.4.27 -> 0.5.0 (⚠ API breaking changes)

⚠ async-compression breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/enum_missing.ron

Failed in:
  enum async_compression::Level, previously in file /tmp/.tmpZyYBUf/async-compression/src/lib.rs:185

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/inherent_method_missing.ron

Failed in:
  BrotliEncoder::with_quality_and_params, previously in file /tmp/.tmpZyYBUf/async-compression/src/futures/write/mod.rs:17
  BrotliEncoder::with_quality_and_params, previously in file /tmp/.tmpZyYBUf/async-compression/src/tokio/write/mod.rs:17
  BrotliEncoder::with_quality_and_params, previously in file /tmp/.tmpZyYBUf/async-compression/src/tokio/bufread/mod.rs:10
  BrotliEncoder::with_quality_and_params, previously in file /tmp/.tmpZyYBUf/async-compression/src/futures/bufread/mod.rs:10

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/module_missing.ron

Failed in:
  mod async_compression::lz4, previously in file /tmp/.tmpZyYBUf/async-compression/src/lz4.rs:1
  mod async_compression::zstd, previously in file /tmp/.tmpZyYBUf/async-compression/src/zstd.rs:1
  mod async_compression::brotli, previously in file /tmp/.tmpZyYBUf/async-compression/src/brotli.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/struct_missing.ron

Failed in:
  struct async_compression::zstd::DParameter, previously in file /tmp/.tmpZyYBUf/async-compression/src/zstd.rs:118
  struct async_compression::zstd::CParameter, previously in file /tmp/.tmpZyYBUf/async-compression/src/zstd.rs:9
  struct async_compression::lz4::EncoderParams, previously in file /tmp/.tmpZyYBUf/async-compression/src/lz4.rs:25
  struct async_compression::brotli::EncoderParams, previously in file /tmp/.tmpZyYBUf/async-compression/src/brotli.rs:21
Changelog

compression-core

0.5.0 - 2025-08-23

Fixed

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

Other

  • 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

compression-codecs

0.5.0 - 2025-08-23

Fixed

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

Other

  • Fix docs.rs build for compression-codecs (#365)


This PR was generated with release-plz.

@NobodyXu NobodyXu closed this Aug 23, 2025
@NobodyXu NobodyXu deleted the release-plz-2025-08-23T09-17-23Z branch August 23, 2025 09:19
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