Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #602

Merged
merged 1 commit into from
Dec 6, 2024
Merged

chore: release #602

merged 1 commit into from
Dec 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 24, 2024

🤖 New release

  • timely_bytes: 0.12.1 -> 0.12.2 (✓ API compatible changes)
  • timely_communication: 0.14.0 -> 0.15.0 (⚠️ API breaking changes)
  • timely_container: 0.12.0 -> 0.13.0 (⚠️ API breaking changes)
  • timely: 0.14.1 -> 0.15.0 (⚠️ API breaking changes)

⚠️ timely_communication breaking changes

--- 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.36.0/src/lints/inherent_method_missing.ron

Failed in:
  Thread::new, previously in file /tmp/.tmplBf9c3/timely_communication/src/allocator/thread.rs:57
  Thread::new, previously in file /tmp/.tmplBf9c3/timely_communication/src/allocator/thread.rs:57
  Buzzer::new, previously in file /tmp/.tmplBf9c3/timely_communication/src/buzzer.rs:13

⚠️ timely_container breaking changes

--- 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.36.0/src/lints/trait_method_added.ron

Failed in:
  trait method timely_container::SizableContainer::at_capacity in file /tmp/.tmpOawIza/timely-dataflow/container/src/lib.rs:68
  trait method timely_container::SizableContainer::ensure_capacity in file /tmp/.tmpOawIza/timely-dataflow/container/src/lib.rs:74

--- 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.36.0/src/lints/trait_method_missing.ron

Failed in:
  method capacity of trait SizableContainer, previously in file /tmp/.tmplBf9c3/timely_container/src/lib.rs:69
  method preferred_capacity of trait SizableContainer, previously in file /tmp/.tmplBf9c3/timely_container/src/lib.rs:71
  method reserve of trait SizableContainer, previously in file /tmp/.tmplBf9c3/timely_container/src/lib.rs:73

--- 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.36.0/src/lints/trait_missing.ron

Failed in:
  trait timely_container::PushPartitioned, previously in file /tmp/.tmplBf9c3/timely_container/src/lib.rs:353

⚠️ timely breaking changes

--- 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.36.0/src/lints/inherent_method_missing.ron

Failed in:
  FrontierNotificator::new, previously in file /tmp/.tmplBf9c3/timely/src/dataflow/operators/generic/notificator.rs:241
  FrontierNotificator::new, previously in file /tmp/.tmplBf9c3/timely/src/dataflow/operators/generic/notificator.rs:241

--- 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.36.0/src/lints/struct_missing.ron

Failed in:
  struct timely::Message, previously in file /tmp/.tmplBf9c3/timely/src/lib.rs:133
Changelog

timely

0.15.0 - 2024-12-05

Other

  • Prefer byteorder in place of bincode (#607)
  • Use help from columnar 0.1.1 (#606)
  • Reorganize Container traits (#605)
  • Robustify potential Bytes alignment
  • Correct bincode call to use and update reader
  • Demonstrate columnar stuff (#586)
  • Allow containers to specify their own serialization (#604)
  • Remove Container: Clone + 'static (#540)
  • Apply various Clippy recommendations (#603)
  • Several improvements around Bytesable and Message. (#601)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-11-24T23-09-53Z branch from 0781963 to b032e73 Compare November 24, 2024 23:52
@github-actions github-actions bot changed the title chore(timely): release v0.15.0 chore: release Nov 24, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-11-24T23-09-53Z branch 7 times, most recently from 86f1f5f to 157cca2 Compare November 30, 2024 23:31
@github-actions github-actions bot force-pushed the release-plz-2024-11-24T23-09-53Z branch from 157cca2 to 71bc0b3 Compare December 5, 2024 18:14
@frankmcsherry frankmcsherry merged commit 08eca72 into master Dec 6, 2024
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.

1 participant