Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 28, 2025

🤖 New release

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

timely_container breaking changes

--- 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#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/trait_method_missing.ron

Failed in:
  method partition of trait ContainerBuilder, previously in file /tmp/.tmpU6y0wI/timely_container/src/lib.rs:117

--- 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::Container, previously in file /tmp/.tmpU6y0wI/timely_container/src/lib.rs:18

--- failure trait_removed_supertrait: supertrait removed or renamed ---

Description:
A supertrait was removed from a trait. Users of the trait can no longer assume it can also be used like its supertrait.
        ref: https://doc.rust-lang.org/reference/items/traits.html#supertraits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.43.0/src/lints/trait_removed_supertrait.ron

Failed in:
  supertrait timely_container::Container of trait SizableContainer in file /tmp/.tmpKqHPVo/timely-dataflow/container/src/lib.rs:55

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.43.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field MessagesEvent.record_count in /tmp/.tmpKqHPVo/timely-dataflow/timely/src/logging.rs:138
  field MessagesEventReference.record_count in /tmp/.tmpKqHPVo/timely-dataflow/timely/src/logging.rs:124
  field MessagesEventContainer.record_count in /tmp/.tmpKqHPVo/timely-dataflow/timely/src/logging.rs:124

--- 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.43.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field length of struct MessagesEventReference, previously in file /tmp/.tmpU6y0wI/timely/src/logging.rs:124
  field length of struct MessagesEventContainer, previously in file /tmp/.tmpU6y0wI/timely/src/logging.rs:124
  field length of struct MessagesEvent, previously in file /tmp/.tmpU6y0wI/timely/src/logging.rs:138

--- 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 Exchange allows 4 -> 3 generic types in /tmp/.tmpKqHPVo/timely-dataflow/timely/src/dataflow/channels/pushers/exchange.rs:89
  Struct Exchange allows 4 -> 3 generic types in /tmp/.tmpKqHPVo/timely-dataflow/timely/src/dataflow/channels/pushers/exchange.rs:89
Changelog

timely

0.24.0 - 2025-08-28

Other

  • Update for rebase
  • Move S generic to into_stream method
  • Introduce builder for flatmap operators
  • Merge remote-tracking branch 'upstream/master' into container_rework
  • Distributor trait (#700)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-08-28T19-14-44Z branch 2 times, most recently from 0954258 to f6ab985 Compare August 28, 2025 19:26
@github-actions github-actions bot force-pushed the release-plz-2025-08-28T19-14-44Z branch from f6ab985 to 4878220 Compare August 28, 2025 19:36
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