Skip to content

chore: release#1795

Open
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-19T05-43-49Z
Open

chore: release#1795
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-19T05-43-49Z

Conversation

@moq-bot

@moq-bot moq-bot Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • moq-net: 0.1.11 -> 0.1.12 (✓ API compatible changes)
  • moq-mux: 0.5.6 -> 0.6.0 (⚠ API breaking changes)
  • moq-native: 0.17.3 -> 0.17.4 (✓ API compatible changes)
  • moq-boy: 0.2.20 -> 0.2.21
  • moq-cli: 0.7.33 -> 0.7.34
  • moq-ffi: 0.2.22 -> 0.2.23
  • moq-gst: 0.2.7 -> 0.2.8
  • moq-relay: 0.12.12 -> 0.12.13 (✓ API compatible changes)
  • moq-audio: 0.0.4 -> 0.0.5
  • libmoq: 0.3.7 -> 0.3.8
  • moq-video: 0.0.4 -> 0.0.5

moq-mux breaking changes

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

Failed in:
  Export::with_scte35, previously in file /tmp/nix-shell.QnRItR/.tmpbQtPYX/moq-mux/src/container/ts/export.rs:130

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/module_missing.ron

Failed in:
  mod moq_mux::container::ts::scte35, previously in file /tmp/nix-shell.QnRItR/.tmpbQtPYX/moq-mux/src/container/ts/scte35.rs:1

--- 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.47.0/src/lints/struct_missing.ron

Failed in:
  struct moq_mux::container::ts::scte35::Config, previously in file /tmp/nix-shell.QnRItR/.tmpbQtPYX/moq-mux/src/container/ts/scte35.rs:29
  struct moq_mux::container::ts::scte35::Ext, previously in file /tmp/nix-shell.QnRItR/.tmpbQtPYX/moq-mux/src/container/ts/scte35.rs:43
  struct moq_mux::container::ts::scte35::Cues, previously in file /tmp/nix-shell.QnRItR/.tmpbQtPYX/moq-mux/src/container/ts/scte35.rs:13

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait 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.47.0/src/lints/trait_missing.ron

Failed in:
  trait moq_mux::container::ts::scte35::Catalog, previously in file /tmp/nix-shell.QnRItR/.tmpbQtPYX/moq-mux/src/container/ts/scte35.rs:54
Changelog

moq-net

0.1.12 - 2026-06-21

Added

  • (moq-net) raise max frame size to 32 MiB to match the group cache cap (#1816)

moq-mux

0.6.0 - 2026-06-21

Added

  • (moq-mux) generic verbatim MPEG-TS carriage (mpegts catalog section) (#1815)

Fixed

  • (moq-mux) carry all distinct SPS/PPS/VPS through transmux, not just the last seen (#1812)

moq-native

0.17.4 - 2026-06-21

Added

  • (relay) unauthenticated internal listener over qmux (tcp:// + unix://) (#1810)

Fixed

  • (moq-native) back off when a session flaps instead of busy-looping (#1806)

Other

moq-boy

0.2.21 - 2026-06-21

Other

  • (deps) bump boytacean to 0.12.1 (hold reqwest-middleware at 0.4) (#1820)

moq-cli

0.7.34 - 2026-06-21

Added

  • (moq-cli) wire verbatim MPEG-TS carriage through publish/subscribe (#1842)

moq-ffi

0.2.23 - 2026-06-21

Other

  • update Cargo.lock dependencies

moq-gst

0.2.8 - 2026-06-21

Fixed

  • (moq-gst) deterministic moqsrc pad names so CMAF playback works (#1809)

Other

  • fix plugin license + broadcast-aligned timestamps (#1808)

moq-relay

0.12.13 - 2026-06-21

Added

  • (relay) unauthenticated internal listener over qmux (tcp:// + unix://) (#1810)

moq-audio

0.0.5 - 2026-06-21

Other

  • updated the following local packages: moq-mux

libmoq

0.3.8 - 2026-06-21

Other

  • updated the following local packages: moq-mux, moq-audio

moq-video

0.0.5 - 2026-06-21

Other

  • updated the following local packages: moq-mux


This PR was generated with release-plz.

@moq-bot moq-bot Bot force-pushed the release-plz-2026-06-19T05-43-49Z branch from ca85353 to c6bd447 Compare June 19, 2026 05:52
@moq-bot moq-bot Bot changed the title chore: release chore(moq-native): release v0.17.4 Jun 19, 2026
@moq-bot moq-bot Bot force-pushed the release-plz-2026-06-19T05-43-49Z branch 2 times, most recently from 0aaa017 to 5a0f3f9 Compare June 19, 2026 21:40
@moq-bot moq-bot Bot changed the title chore(moq-native): release v0.17.4 chore: release Jun 19, 2026
@moq-bot moq-bot Bot force-pushed the release-plz-2026-06-19T05-43-49Z branch 11 times, most recently from 97d3acd to 3fecfd5 Compare June 21, 2026 07:09
@moq-bot moq-bot Bot force-pushed the release-plz-2026-06-19T05-43-49Z branch from 3fecfd5 to 06dbb59 Compare June 21, 2026 07:22
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