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 #358

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: release #358

wants to merge 1 commit into from

Conversation

moq-bot[bot]
Copy link
Contributor

@moq-bot moq-bot bot commented Mar 16, 2025

🤖 New release

  • moq-transfork: 0.12.0 -> 0.13.0 (⚠ API breaking changes)
  • moq-relay: 0.6.24 -> 0.6.25
  • moq-karp: 0.15.0 -> 0.16.0 (⚠ API breaking changes)
  • moq-karp-cli: 0.1.0
  • moq-web: 0.4.6 -> 0.4.7
  • moq-native: 0.6.8 -> 0.6.9
  • moq-clock: 0.5.26 -> 0.5.27

moq-transfork breaking changes

--- failure enum_missing: pub enum removed or renamed ---

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

Failed in:
  enum moq_transfork::message::Announce, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/announce.rs:19
  enum moq_transfork::coding::DecodeError, previously in file /tmp/.tmpvbP884/moq-transfork/src/coding/decode.rs:10
  enum moq_transfork::message::DataType, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/stream.rs:37
  enum moq_transfork::Filter, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/filter.rs:6
  enum moq_transfork::message::Filter, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/filter.rs:6
  enum moq_transfork::message::ControlType, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/stream.rs:4
  enum moq_transfork::GroupOrder, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/group.rs:30
  enum moq_transfork::message::GroupOrder, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/group.rs:30

--- 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.40.0/src/lints/module_missing.ron

Failed in:
  mod moq_transfork::coding, previously in file /tmp/.tmpvbP884/moq-transfork/src/coding/mod.rs:1
  mod moq_transfork::message, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/mod.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.40.0/src/lints/struct_missing.ron

Failed in:
  struct moq_transfork::coding::VarInt, previously in file /tmp/.tmpvbP884/moq-transfork/src/coding/varint.rs:22
  struct moq_transfork::message::AnnouncePlease, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/announce.rs:53
  struct moq_transfork::message::Frame, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/frame.rs:4
  struct moq_transfork::message::SubscribeUpdate, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/subscribe.rs:61
  struct moq_transfork::message::Extensions, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/extensions.rs:11
  struct moq_transfork::message::Version, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/versions.rs:7
  struct moq_transfork::message::Versions, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/versions.rs:77
  struct moq_transfork::message::InfoRequest, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/info.rs:34
  struct moq_transfork::coding::Sizer, previously in file /tmp/.tmpvbP884/moq-transfork/src/coding/size.rs:5
  struct moq_transfork::message::SessionInfo, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/session.rs:4
  struct moq_transfork::message::Subscribe, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/subscribe.rs:10
  struct moq_transfork::message::GroupDrop, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/group.rs:56
  struct moq_transfork::message::ClientSetup, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/setup.rs:6
  struct moq_transfork::message::Info, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/info.rs:5
  struct moq_transfork::coding::BoundsExceeded, previously in file /tmp/.tmpvbP884/moq-transfork/src/coding/varint.rs:14
  struct moq_transfork::message::Group, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/group.rs:4
  struct moq_transfork::message::ServerSetup, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/setup.rs:34
  struct moq_transfork::message::FilterMatch, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/filter.rs:143

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

Failed in:
  trait moq_transfork::coding::Encode, previously in file /tmp/.tmpvbP884/moq-transfork/src/coding/encode.rs:5
  trait moq_transfork::message::Extension, previously in file /tmp/.tmpvbP884/moq-transfork/src/message/extensions.rs:6
  trait moq_transfork::coding::Decode, previously in file /tmp/.tmpvbP884/moq-transfork/src/coding/decode.rs:4

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

Failed in:
  field H265.in_band in /tmp/.tmpwZYvBr/moq-rs/moq-karp/src/video/h265.rs:11

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/feature_missing.ron

Failed in:
  feature moq-native in the package's Cargo.toml
  feature anyhow in the package's Cargo.toml
  feature cli in the package's Cargo.toml
  feature clap in the package's Cargo.toml

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

Failed in:
  BroadcastProducer::catalog, previously in file /tmp/.tmpvbP884/moq-karp/src/broadcast.rs:49

--- 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.40.0/src/lints/method_parameter_count_changed.ron

Failed in:
  moq_karp::BroadcastProducer::new now takes 1 parameters instead of 2, in /tmp/.tmpwZYvBr/moq-rs/moq-karp/src/broadcast.rs:22

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

Failed in:
  field session of struct BroadcastProducer, previously in file /tmp/.tmpvbP884/moq-karp/src/broadcast.rs:11
Changelog

moq-transfork

0.13.0 - 2025-03-30

Other

  • Start work on a synchronous moq-proto crate. (#364)

moq-relay

0.6.25 - 2025-03-30

Other

  • ...minus the println! (#363)
  • Also fix the /announced and /fetch endpoint. (#362)

moq-karp

0.16.0 - 2025-03-30

Other

  • Start work on a synchronous moq-proto crate. (#364)
  • Added the ability to host a broadcast without a relay (#355)
  • Fix codec string parsing when using hev1. (#356)

moq-karp-cli

0.1.0 - 2025-03-30

Other

  • Remove the leading slash in broadcast names. (#361)
  • Added the ability to host a broadcast without a relay (#355)

moq-web

0.4.7 - 2025-03-30

Other

  • Remove the leading slash in broadcast names. (#361)
  • Added the ability to host a broadcast without a relay (#355)
  • Fix codec string parsing when using hev1. (#356)

moq-native

0.6.9 - 2025-03-30

Other

  • updated the following local packages: moq-transfork

moq-clock

0.5.27 - 2025-03-30

Other

  • updated the following local packages: moq-transfork


This PR was generated with release-plz.

@moq-bot moq-bot bot force-pushed the release-plz-2025-03-16T21-36-28Z branch 2 times, most recently from c3f11b4 to f4ec9b4 Compare March 19, 2025 16:30
@moq-bot moq-bot bot force-pushed the release-plz-2025-03-16T21-36-28Z branch 3 times, most recently from 476487e to 31006e6 Compare March 26, 2025 16:13
@moq-bot moq-bot bot force-pushed the release-plz-2025-03-16T21-36-28Z branch from 31006e6 to 881131a Compare March 30, 2025 17:08
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