Skip to content

Conversation

@moq-bot
Copy link
Contributor

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

🤖 New release

  • moq-native: 0.6.7 -> 0.6.8 (✓ API compatible changes)
  • moq-karp: 0.14.1 -> 0.15.0 (⚠ API breaking changes)
  • moq-web: 0.4.5 -> 0.4.6

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

Failed in:
  field H265.profile_space in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/video/h265.rs:10
  field H265.profile_idc in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/video/h265.rs:11
  field H265.profile_compatibility_flags in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/video/h265.rs:14
  field H265.tier_flag in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/video/h265.rs:17
  field H265.level_idc in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/video/h265.rs:18
  field H265.constraint_flags in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/video/h265.rs:21
  field AV1.chroma_subsampling_x in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/video/av1.rs:13
  field AV1.chroma_subsampling_y in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/video/av1.rs:14
  field AV1.chroma_sample_position in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/video/av1.rs:15

--- 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.39.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:MissingCodec in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/cmaf/error.rs:34
  variant Error:MultipleCodecs in /tmp/.tmpWoMTPI/moq-rs/moq-karp/src/cmaf/error.rs:37

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

Failed in:
  field chroma_subsampling of struct AV1, previously in file /tmp/.tmpM2Qr9q/moq-karp/src/video/av1.rs:12
  field profile of struct H265, previously in file /tmp/.tmpM2Qr9q/moq-karp/src/video/h265.rs:9
  field constraints of struct H265, previously in file /tmp/.tmpM2Qr9q/moq-karp/src/video/h265.rs:10
  field level of struct H265, previously in file /tmp/.tmpM2Qr9q/moq-karp/src/video/h265.rs:11
Changelog

moq-native

0.6.8 - 2025-03-09

Other

  • Less aggressive idle timeout. (#351)

moq-karp

0.15.0 - 2025-03-09

Other

  • Update MP4-atom and maybe support VP8? (#353)
  • Add HEVC support (#350)
  • Initial av01 support. (#348)

moq-web

0.4.6 - 2025-03-09

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-2025-03-03T20-40-38Z branch 2 times, most recently from e9ea687 to d738a85 Compare March 4, 2025 23:02
@moq-bot moq-bot bot force-pushed the release-plz-2025-03-03T20-40-38Z branch from d738a85 to 2008f04 Compare March 9, 2025 16:40
@moq-bot moq-bot bot closed this Mar 9, 2025
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.

1 participant