Skip to content

Conversation

@moq-bot
Copy link
Contributor

@moq-bot moq-bot bot commented Jan 27, 2026

πŸ€– New release

  • moq-lite: 0.12.0 -> 0.13.0 (⚠ API breaking changes)
  • hang: 0.11.0 -> 0.12.0 (⚠ API breaking changes)
  • moq-native: 0.12.0 -> 0.12.1 (βœ“ API compatible changes)
  • hang-cli: 0.7.4 -> 0.7.5
  • moq-clock: 0.10.3 -> 0.10.4
  • moq-relay: 0.10.3 -> 0.10.4
  • libmoq: 0.2.5 -> 0.2.6

⚠ moq-lite 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.46.0/src/lints/struct_missing.ron

Failed in:
  struct moq_lite::Produce, previously in file /tmp/.tmpfoX8R3/moq-lite/src/model/produce.rs:7

⚠ hang 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.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field HlsConfig.passthrough in /tmp/.tmprqsgao/moq/rs/hang/src/import/hls.rs:38
  field AudioConfig.container in /tmp/.tmprqsgao/moq/rs/hang/src/catalog/audio/mod.rs:69
  field AudioConfig.min_buffer in /tmp/.tmprqsgao/moq/rs/hang/src/catalog/audio/mod.rs:79
  field VideoConfig.container in /tmp/.tmprqsgao/moq/rs/hang/src/catalog/video/mod.rs:118
  field VideoConfig.min_buffer in /tmp/.tmprqsgao/moq/rs/hang/src/catalog/video/mod.rs:128

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_parameter_count_changed.ron

Failed in:
  hang::import::Fmp4::new now takes 2 parameters instead of 1, in /tmp/.tmprqsgao/moq/rs/hang/src/import/fmp4.rs:99
Changelog

moq-lite

0.13.0 - 2026-01-28

Other

  • Tweak a few small things the AI merge missed. (#876)
  • Remove Produce struct and simplify API (#875)
  • Close session on drop (#872)

hang

0.12.0 - 2026-01-28

Other

  • Tweak a few small things the AI merge missed. (#876)
  • Remove Produce struct and simplify API (#875)
  • Close audio groups immediately. (#870)
  • CMAF passthrough attempt v3 (#867)

moq-native

0.12.1 - 2026-01-28

Other

  • Tweak a few small things the AI merge missed. (#876)
  • Remove Produce struct and simplify API (#875)

hang-cli

0.7.5 - 2026-01-28

Other

  • Remove Produce struct and simplify API (#875)
  • CMAF passthrough attempt v3 (#867)

moq-clock

0.10.4 - 2026-01-28

Other

  • Tweak a few small things the AI merge missed. (#876)
  • Remove Produce struct and simplify API (#875)

moq-relay

0.10.4 - 2026-01-28

Other

  • Tweak a few small things the AI merge missed. (#876)
  • Remove Produce struct and simplify API (#875)
  • Skip jwt query param when no token configured (#873)

libmoq

0.2.6 - 2026-01-28

Other

  • updated the following local packages: moq-lite, hang


This PR was generated with release-plz.

@moq-bot moq-bot bot force-pushed the release-plz-2026-01-27T02-02-37Z branch 7 times, most recently from 597a588 to dce834b Compare January 28, 2026 20:36
@moq-bot moq-bot bot force-pushed the release-plz-2026-01-27T02-02-37Z branch from dce834b to 6974cc4 Compare January 28, 2026 21:20
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