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

Closed
wants to merge 1 commit into from
Closed

chore: release #247

wants to merge 1 commit into from

Conversation

moq-bot[bot]
Copy link
Contributor

@moq-bot moq-bot bot commented Nov 30, 2024

🤖 New release

  • moq-transfork: 0.6.0 -> 0.7.0 (⚠️ API breaking changes)
  • moq-relay: 0.6.11 -> 0.6.12
  • moq-native: 0.5.8 -> 0.5.9 (✓ API compatible changes)
  • moq-clock: 0.5.15 -> 0.5.16
  • moq-karp: 0.10.0 -> 0.11.0 (⚠️ API breaking changes)
  • moq-web: 0.3.5
  • moq-gst: 0.1.1 -> 0.1.2

⚠️ moq-transfork breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Error is no longer UnwindSafe, in /tmp/.tmpXR11C1/moq-rs/moq-transfork/src/error.rs:5
  type Error is no longer RefUnwindSafe, in /tmp/.tmpXR11C1/moq-rs/moq-transfork/src/error.rs:5

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

Failed in:
  enum moq_transfork::message::AnnounceStatus, previously in file /tmp/.tmpbe1i15/moq-transfork/src/message/announce.rs:50
  enum moq_transfork::message::Stream, previously in file /tmp/.tmpbe1i15/moq-transfork/src/message/stream.rs:4
  enum moq_transfork::message::StreamUni, previously in file /tmp/.tmpbe1i15/moq-transfork/src/message/stream.rs:40

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant Announced:Live in /tmp/.tmpXR11C1/moq-rs/moq-transfork/src/model/announced.rs:16

--- 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:
  Announced::path, previously in file /tmp/.tmpbe1i15/moq-transfork/src/model/announced.rs:13
  Announced::active, previously in file /tmp/.tmpbe1i15/moq-transfork/src/model/announced.rs:20
  Announced::ended, previously in file /tmp/.tmpbe1i15/moq-transfork/src/model/announced.rs:27

--- 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::message::AnnounceInterest, previously in file /tmp/.tmpbe1i15/moq-transfork/src/message/announce.rs:31

--- failure struct_with_pub_fields_changed_type: struct with pub fields became an enum or union ---

Description:
A struct with pub fields became an enum or union, breaking accesses to its public fields.
        ref: https://github.com/obi1kenobi/cargo-semver-checks/issues/297#issuecomment-1399099659
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_with_pub_fields_changed_type.ron

Failed in:
  struct moq_transfork::message::Announce became enum in file /tmp/.tmpXR11C1/moq-rs/moq-transfork/src/message/announce.rs:17

⚠️ moq-karp breaking changes

--- 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_karp::Room, previously in file /tmp/.tmpbe1i15/moq-karp/src/room.rs:8
  struct moq_karp::BroadcastAnnounced, previously in file /tmp/.tmpbe1i15/moq-karp/src/broadcast.rs:100
Changelog

moq-transfork

0.7.0 - 2024-12-04

Other

  • Add support for immediate 404s (#241)
  • Npm fix (#249)
  • Some more logging around announcements. (#245)
  • Merge in the new moq-web crate. (#242)

moq-relay

0.6.12 - 2024-12-04

Other

  • Add support for immediate 404s (#241)
  • Some more logging around announcements. (#245)

moq-native

0.5.9 - 2024-12-04

Other

  • Move moq-gst and moq-web into the workspace. (#258)

moq-clock

0.5.16 - 2024-12-04

Other

  • update Cargo.lock dependencies

moq-karp

0.11.0 - 2024-12-04

Other

  • Add support for immediate 404s (#241)
  • Npm fix (#249)

moq-web

0.3.5 - 2024-12-04

Other

  • More release-plz fixing (#259)
  • Move moq-gst and moq-web into the workspace. (#258)
  • Add support for immediate 404s (#241)
  • Fix tree shaking. (#251)
  • Npm fix again (#250)
  • Npm fix (#249)
  • Move moq-gst into this repo too. (#248)
  • Merge in the new moq-web crate. (#242)

moq-gst

0.1.2 - 2024-12-04

Other

  • updated the following local packages: moq-karp


This PR was generated with release-plz.

@moq-bot moq-bot bot force-pushed the release-plz-2024-11-30T18-45-34Z branch 10 times, most recently from 8568625 to f694ce2 Compare December 4, 2024 00:08
@moq-bot moq-bot bot force-pushed the release-plz-2024-11-30T18-45-34Z branch from f694ce2 to 77364a4 Compare December 4, 2024 00:33
@moq-bot moq-bot bot closed this Dec 4, 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.

0 participants