Skip to content

chore: release v0.32.0 - #814

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
release-plz-2026-08-19T01-32-53Z
Open

chore: release v0.32.0#814
github-actions[bot] wants to merge 1 commit into
masterfrom
release-plz-2026-08-19T01-32-53Z

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 New release

  • timely_bytes: 0.31.0 -> 0.32.0
  • timely_container: 0.31.0 -> 0.32.0
  • timely_logging: 0.31.0 -> 0.32.0
  • timely_communication: 0.31.0 -> 0.32.0
  • timely: 0.31.0 -> 0.32.0 (⚠ API breaking changes)

timely breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Message.stamp in /tmp/.tmp6dw0Fs/timely-dataflow/timely/src/dataflow/channels/mod.rs:22

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that 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.48.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field time of struct Message, previously in file /tmp/.tmpN6x4Sj/timely/src/dataflow/channels/mod.rs:17

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/trait_method_added.ron

Failed in:
  trait method timely::dataflow::operators::CapabilityTrait::stamp in file /tmp/.tmp6dw0Fs/timely-dataflow/timely/src/dataflow/operators/capability.rs:44

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-item-signature
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/trait_method_missing.ron

Failed in:
  method time of trait CapabilityTrait, previously in file /tmp/.tmpN6x4Sj/timely/src/dataflow/operators/capability.rs:39
Changelog

timely

0.32.0 - 2026-08-19

Other

  • Messages stamped by sets of capabilities (#813)


This PR was generated with release-plz.

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.

0 participants