Skip to content

Conversation

@moq-bot
Copy link
Contributor

@moq-bot moq-bot bot commented Oct 28, 2024

🤖 New release

  • moq-transfork: 0.4.0 -> 0.4.1 (✓ API compatible changes)
  • moq-clock: 0.5.10 -> 0.5.11
  • moq-karp: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)

⚠️ moq-karp 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:
  Broadcast::publish, previously in file /tmp/.tmpvSt0QJ/moq-karp/src/catalog/broadcast.rs:62
  Broadcast::update, previously in file /tmp/.tmpvSt0QJ/moq-karp/src/catalog/broadcast.rs:76
  Broadcast::closed, previously in file /tmp/.tmpvSt0QJ/moq-karp/src/produce/broadcast.rs:76

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/method_parameter_count_changed.ron

Failed in:
  moq_karp::produce::Broadcast::new now takes 1 parameters instead of 2, in /tmp/.tmpSH3BOW/moq-rs/moq-karp/src/produce/broadcast.rs:18
  moq_karp::produce::Resumable::new now takes 1 parameters instead of 2, in /tmp/.tmpSH3BOW/moq-rs/moq-karp/src/produce/resume.rs:12
Changelog

moq-transfork

0.4.1 - 2024-10-28

Other

  • Small API changes to avoid needing the Session upfront. (#216)

moq-clock

0.5.11 - 2024-10-28

Other

  • Small API changes to avoid needing the Session upfront. (#216)

moq-karp

0.6.0 - 2024-10-28

Other

  • Small API changes to avoid needing the Session upfront. (#216)


This PR was generated with release-plz.

@kixelated kixelated merged commit 2eb20c0 into main Oct 28, 2024
@kixelated kixelated deleted the release-plz-2024-10-28T23-35-33Z branch October 28, 2024 23:37
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