Skip to content

Conversation

@moq-bot
Copy link
Contributor

@moq-bot moq-bot bot commented Jan 17, 2025

🤖 New release

  • moq-transfork: 0.8.3 -> 0.9.0 (⚠️ API breaking changes)
  • moq-relay: 0.6.19 -> 0.6.20
  • moq-clock: 0.5.21 -> 0.5.22
  • moq-karp: 0.12.1 -> 0.12.2 (✓ API compatible changes)
  • moq-web: 0.3.13 -> 0.3.14
  • moq-native: 0.6.3 -> 0.6.4

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

Failed in:
  field Track.order in /tmp/.tmpjJuP9V/moq-rs/moq-transfork/src/model/track.rs:33

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

Failed in:
  TrackBuilder::group_expires, previously in file /tmp/.tmpAtkuLg/moq-transfork/src/model/track.rs:106
  Session::announced_prefix, previously in file /tmp/.tmpAtkuLg/moq-transfork/src/session/mod.rs:184

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

Failed in:
  moq_transfork::Session::announced now takes 2 parameters instead of 1, in /tmp/.tmpjJuP9V/moq-rs/moq-transfork/src/session/mod.rs:179

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

Failed in:
  field group_order of struct Track, previously in file /tmp/.tmpAtkuLg/moq-transfork/src/model/track.rs:33
  field group_expires of struct Track, previously in file /tmp/.tmpAtkuLg/moq-transfork/src/model/track.rs:36
  field group_expires of struct Subscribe, previously in file /tmp/.tmpAtkuLg/moq-transfork/src/message/subscribe.rs:19
  field group_expires of struct SubscribeUpdate, previously in file /tmp/.tmpAtkuLg/moq-transfork/src/message/subscribe.rs:72
  field group_expires of struct Info, previously in file /tmp/.tmpAtkuLg/moq-transfork/src/message/info.rs:11
Changelog

moq-transfork

0.9.0 - 2025-01-24

Other

  • Meet status and various fixes (#310)
  • Remove group expires. (#303)
  • Add initial element (#302)
  • Update some repo URLs. (#299)

moq-relay

0.6.20 - 2025-01-24

Other

  • Add initial element (#302)

moq-clock

0.5.22 - 2025-01-24

Other

  • Switch from ./dev scripts to Just (#311)

moq-karp

0.12.2 - 2025-01-24

Other

  • Remove group expires. (#303)
  • Add initial element (#302)

moq-web

0.3.14 - 2025-01-24

Other

  • Switch from ./dev scripts to Just (#311)
  • Oops flex wasn't the answer. (#312)
  • Meet status and various fixes (#310)
  • Simple pause+fullscreen controls. (#309)
  • Do some cooler decorator stuff. (#308)
  • Implement initial support (#307)
  • Add initial element (#302)
  • Switch to webpack (#301)

moq-native

0.6.4 - 2025-01-24

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-01-17T18-40-33Z branch 5 times, most recently from 52f9fdd to 5bf6c12 Compare January 24, 2025 06:53
@moq-bot moq-bot bot force-pushed the release-plz-2025-01-17T18-40-33Z branch from 5bf6c12 to a7f7e11 Compare January 24, 2025 07:01
@kixelated kixelated enabled auto-merge (squash) January 24, 2025 07:03
@kixelated kixelated merged commit 276cf97 into main Jan 24, 2025
1 check passed
@kixelated kixelated deleted the release-plz-2025-01-17T18-40-33Z branch January 24, 2025 07:11
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