Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 16, 2025

🤖 New release

  • timely_bytes: 0.24.0 -> 0.25.0
  • timely_container: 0.24.0 -> 0.25.0 (⚠ API breaking changes)
  • timely_logging: 0.24.0 -> 0.25.0
  • timely_communication: 0.24.0 -> 0.25.0
  • timely: 0.24.0 -> 0.25.0 (⚠ API breaking changes)

timely_container breaking changes

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait 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/trait_missing.ron

Failed in:
  trait timely_container::IterContainer, previously in file /tmp/.tmpU1MTOg/timely_container/src/lib.rs:30

timely breaking changes

--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type UnorderedHandle no longer derives Debug, in /tmp/.tmpHmAahA/timely-dataflow/timely/src/dataflow/operators/core/unordered_input.rs:149
  type UnorderedHandle no longer derives Debug, in /tmp/.tmpHmAahA/timely-dataflow/timely/src/dataflow/operators/core/unordered_input.rs:149

--- 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:
  UnorderedHandle::session_with_builder, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/operators/core/unordered_input.rs:163
  UnorderedHandle::session, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/operators/core/unordered_input.rs:171
  UnorderedHandle::session_with_builder, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/operators/core/unordered_input.rs:163
  UnorderedHandle::session, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/operators/core/unordered_input.rs:171

--- 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 timely::dataflow::channels::pushers::buffer, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/channels/pushers/buffer.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 timely::dataflow::operators::generic::OutputWrapper, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/operators/generic/handles.rs:161
  struct timely::dataflow::operators::generic::FrontieredInputHandleCore, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/operators/generic/handles.rs:39
  struct timely::dataflow::channels::pushers::buffer::Buffer, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/channels/pushers/buffer.rs:16
  struct timely::dataflow::operators::generic::OutputHandleCore, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/operators/generic/handles.rs:190
  struct timely::dataflow::channels::pact::ExchangeCore, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/channels/pact.rs:49
  struct timely::dataflow::channels::pushers::buffer::Session, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/channels/pushers/buffer.rs:132
  struct timely::dataflow::channels::pushers::buffer::AutoflushSession, previously in file /tmp/.tmpU1MTOg/timely/src/dataflow/channels/pushers/buffer.rs:192

--- failure type_allows_fewer_generic_type_params: type now allows fewer generic type parameters ---

Description:
A type now allows fewer generic type parameters than it used to. Uses of this type that supplied all previously-supported generic types will be broken.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/type_allows_fewer_generic_type_params.ron

Failed in:
  Struct Counter allows 3 -> 2 generic types in /tmp/.tmpHmAahA/timely-dataflow/timely/src/dataflow/channels/pushers/counter.rs:13
  Struct Counter allows 3 -> 2 generic types in /tmp/.tmpHmAahA/timely-dataflow/timely/src/dataflow/channels/pushers/counter.rs:13
Changelog

timely

0.25.0 - 2025-09-26

Other

  • Provide access for wrapped builder (#717)
  • Pivot container builders above capability checking (#715)
  • Add and use InputSession (#716)
  • Remove Container argument from Counter (#714)
  • Remove Hash from Timestamp (#713)
  • Remove IterContainer (#707)
  • Replace ExchangeCore with DistributePact (#711)
  • Create pact for Distributors (#709)


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release v0.24.1 chore: release v0.25.0 Sep 16, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-09-16T16-49-05Z branch 6 times, most recently from a9f3e04 to 273fcfd Compare September 21, 2025 12:49
@github-actions github-actions bot force-pushed the release-plz-2025-09-16T16-49-05Z branch from 273fcfd to 2dd00f1 Compare September 26, 2025 21:14
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