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

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

chore: release #305

wants to merge 1 commit into from

Conversation

moq-bot[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-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-clock: 0.5.21 -> 0.5.22

⚠️ 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/.tmpObYs2x/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:
  Session::announced_prefix, previously in file /tmp/.tmpJgVrQH/moq-transfork/src/session/mod.rs:184
  TrackBuilder::group_expires, previously in file /tmp/.tmpJgVrQH/moq-transfork/src/model/track.rs:106

--- 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/.tmpObYs2x/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/.tmpJgVrQH/moq-transfork/src/model/track.rs:33
  field group_expires of struct Track, previously in file /tmp/.tmpJgVrQH/moq-transfork/src/model/track.rs:36
  field group_expires of struct Subscribe, previously in file /tmp/.tmpJgVrQH/moq-transfork/src/message/subscribe.rs:19
  field group_expires of struct Info, previously in file /tmp/.tmpJgVrQH/moq-transfork/src/message/info.rs:11
  field group_expires of struct SubscribeUpdate, previously in file /tmp/.tmpJgVrQH/moq-transfork/src/message/subscribe.rs:72
Changelog

moq-transfork

0.9.0 - 2025-01-17

Other

  • Remove group expires. (#303)
  • Add initial element (#302)
  • Update some repo URLs. (#299)

moq-relay

0.6.20 - 2025-01-17

Other

  • Add initial element (#302)

moq-karp

0.12.2 - 2025-01-17

Other

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

moq-web

0.3.14 - 2025-01-17

Other

  • Add initial element (#302)
  • Switch to webpack (#301)

moq-native

0.6.4 - 2025-01-17

Other

  • updated the following local packages: moq-transfork

moq-clock

0.5.22 - 2025-01-17

Other

  • updated the following local packages: moq-transfork


This PR was generated with release-plz.

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