Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 23, 2024

🤖 New release

  • moq-transfork: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • moq-relay: 0.6.3 -> 0.6.4
  • moq-native: 0.5.2 -> 0.5.3 (✓ API compatible changes)
  • moq-clock: 0.5.3 -> 0.5.4
  • moq-karp: 0.3.0 -> 0.4.0 (⚠️ API breaking changes)

⚠️ moq-transfork 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.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field InfoRequest.path in /tmp/.tmpKUFFWu/moq-rs/moq-transfork/src/message/info.rs:42
  field Announce.status in /tmp/.tmpKUFFWu/moq-rs/moq-transfork/src/message/announce.rs:8
  field Announce.suffix in /tmp/.tmpKUFFWu/moq-rs/moq-transfork/src/message/announce.rs:11
  field Fetch.path in /tmp/.tmpKUFFWu/moq-rs/moq-transfork/src/message/fetch.rs:6
  field Subscribe.path in /tmp/.tmpKUFFWu/moq-rs/moq-transfork/src/message/subscribe.rs:15
  field Track.path in /tmp/.tmpKUFFWu/moq-rs/moq-transfork/src/model/track.rs:27

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

Failed in:
  type AnnouncedConsumer no longer derives Clone, in /tmp/.tmpKUFFWu/moq-rs/moq-transfork/src/model/announced.rs:88

--- 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:
  AnnouncedProducer::insert, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/announced.rs:22
  AnnouncedProducer::get, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/announced.rs:48
  AnnouncedConsumer::get, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/announced.rs:141
  AnnouncedConsumer::with_prefix, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/announced.rs:151

--- 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_transfork::TrackBuilder::new now takes 0 parameters instead of 1, in /tmp/.tmpKUFFWu/moq-rs/moq-transfork/src/model/track.rs:90
  moq_transfork::Track::build now takes 0 parameters instead of 1, in /tmp/.tmpKUFFWu/moq-rs/moq-transfork/src/model/track.rs:47
  moq_transfork::Router::produce now takes 1 parameters instead of 0, in /tmp/.tmpKUFFWu/moq-rs/moq-transfork/src/model/router.rs:14

--- 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 moq_transfork::Broadcast, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/broadcast.rs:22
  struct moq_transfork::BroadcastConsumer, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/broadcast.rs:197
  struct moq_transfork::AnnouncedActive, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/announced.rs:91
  struct moq_transfork::BroadcastProducer, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/broadcast.rs:83
  struct moq_transfork::BroadcastTrackBuilder, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/broadcast.rs:146

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

Failed in:
  field broadcast of struct Announce, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/message/announce.rs:7
  field broadcast of struct Fetch, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/message/fetch.rs:5
  field track of struct Fetch, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/message/fetch.rs:6
  field broadcast of struct InfoRequest, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/message/info.rs:41
  field track of struct InfoRequest, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/message/info.rs:42
  field info of struct RouterRequest, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/router.rs:63
  field name of struct Track, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/track.rs:29
  field broadcast of struct Subscribe, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/message/subscribe.rs:14
  field track of struct Subscribe, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/message/subscribe.rs:16

--- 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 moq_transfork::Produce, previously in file /tmp/.tmpEYRsFi/moq-transfork/src/model/produce.rs:2

⚠️ moq-karp 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.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field VideoLayer.name in /tmp/.tmpKUFFWu/moq-rs/moq-karp/src/catalog/video.rs:39
  field VideoLayer.priority in /tmp/.tmpKUFFWu/moq-rs/moq-karp/src/catalog/video.rs:42

--- 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:
  BroadcastConsumer::subscribe, previously in file /tmp/.tmpEYRsFi/moq-karp/src/media/consumer.rs:29
  BroadcastProducer::is_closed, previously in file /tmp/.tmpEYRsFi/moq-karp/src/media/producer.rs:64

--- 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::media::BroadcastConsumer::load now takes 2 parameters instead of 1, in /tmp/.tmpKUFFWu/moq-rs/moq-karp/src/media/consumer.rs:17
  moq_karp::catalog::Broadcast::fetch now takes 2 parameters instead of 1, in /tmp/.tmpKUFFWu/moq-rs/moq-karp/src/catalog/broadcast.rs:46
  moq_karp::catalog::Broadcast::publish now takes 3 parameters instead of 2, in /tmp/.tmpKUFFWu/moq-rs/moq-karp/src/catalog/broadcast.rs:62
  moq_karp::media::BroadcastProducer::new now takes 2 parameters instead of 1, in /tmp/.tmpKUFFWu/moq-rs/moq-karp/src/media/producer.rs:14

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

Failed in:
  field timescale of struct Video, previously in file /tmp/.tmpEYRsFi/moq-karp/src/catalog/video.rs:28
  field track of struct VideoLayer, previously in file /tmp/.tmpEYRsFi/moq-karp/src/catalog/video.rs:40
  field timescale of struct Audio, previously in file /tmp/.tmpEYRsFi/moq-karp/src/catalog/audio.rs:12
Changelog

moq-transfork

0.3.0 - 2024-10-27

Other

  • Remove broadcasts from moq-transfork; tracks have a path instead (#204)
  • Use a path instead of name for Broadcasts (#200)

moq-relay

0.6.4 - 2024-10-27

Other

  • Remove broadcasts from moq-transfork; tracks have a path instead (#204)
  • Use a path instead of name for Broadcasts (#200)

moq-native

0.5.3 - 2024-10-27

Other

  • update Cargo.toml dependencies

moq-clock

0.5.4 - 2024-10-27

Other

  • Remove broadcasts from moq-transfork; tracks have a path instead (#204)
  • Use a path instead of name for Broadcasts (#200)

moq-karp

0.4.0 - 2024-10-27

Other

  • Remove broadcasts from moq-transfork; tracks have a path instead (#204)
  • Use a path instead of name for Broadcasts (#200)
  • Run moq-bbb in docker-compose. (#201)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-10-23T18-35-57Z branch 3 times, most recently from 831182d to d69b831 Compare October 27, 2024 21:01
@github-actions github-actions bot force-pushed the release-plz-2024-10-23T18-35-57Z branch from d69b831 to b4c7480 Compare October 27, 2024 21:41
@kixelated kixelated merged commit 9cb753b into main Oct 27, 2024
@kixelated kixelated deleted the release-plz-2024-10-23T18-35-57Z branch October 27, 2024 21:41
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