Skip to content

chore: release - #2488

Merged
kixelated merged 2 commits into
mainfrom
release-plz-2026-07-24T19-15-58Z
Jul 24, 2026
Merged

chore: release#2488
kixelated merged 2 commits into
mainfrom
release-plz-2026-07-24T19-15-58Z

Conversation

@moq-bot

@moq-bot moq-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • moq-net: 0.2.1 -> 0.2.2 (✓ API compatible changes)
  • moq-mux: 0.8.1 -> 0.9.0 (⚠ API breaking changes)
  • moq-native: 0.19.1 -> 0.19.2 (✓ API compatible changes)
  • moq-audio: 0.0.11 -> 0.0.12 (✓ API compatible changes)
  • moq-video: 0.0.8 -> 0.0.9 (✓ API compatible changes)
  • moq-boy: 0.3.1 -> 0.3.2
  • moq-transcode: 0.0.2 -> 0.0.3 (✓ API compatible changes)
  • moq-cli: 0.9.1 -> 0.9.2
  • moq-ffi: 0.3.1 -> 0.3.2
  • moq-stats: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • moq-relay: 0.14.1 -> 0.14.2 (✓ API compatible changes)
  • libmoq: 0.4.1 -> 0.4.2
  • moq-hls: 0.4.0 -> 0.4.1
  • moq-rtc: 0.2.0 -> 0.2.1
  • moq-rtmp: 0.2.0 -> 0.2.1
  • moq-srt: 0.2.0 -> 0.2.1
  • moq-gst: 0.3.1 -> 0.3.2

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

Failed in:
  Rendition::record_frame, previously in file /tmp/nix-shell.YxU0j9/.tmpD4rnmI/moq-mux/src/catalog/tracks.rs:390
  Rendition::record_reorder, previously in file /tmp/nix-shell.YxU0j9/.tmpD4rnmI/moq-mux/src/catalog/tracks.rs:398
  Rendition::record_group_end, previously in file /tmp/nix-shell.YxU0j9/.tmpD4rnmI/moq-mux/src/catalog/tracks.rs:406
Changelog

moq-net

0.2.2 - 2026-07-24

Added

  • (moq-net) linger a broadcast across an ungraceful source loss (#2469)

moq-mux

0.9.0 - 2026-07-24

Added

  • (moq-mux,moq-boy) mark discontinuities, and never time a sample across one (#2475)

moq-native

0.19.2 - 2026-07-24

Added

  • (moq-net) linger a broadcast across an ungraceful source loss (#2469)
  • (native) default quinn and quiche to delay-based congestion control (#2468)

moq-audio

0.0.12 - 2026-07-24

Added

  • (moq-mux,moq-boy) mark discontinuities, and never time a sample across one (#2475)

moq-video

0.0.9 - 2026-07-24

Added

  • (capture) enumerate Linux and Windows sources (#2486)
  • (moq-mux,moq-boy) mark discontinuities, and never time a sample across one (#2475)

Other

  • (moq-video) bump moq-vaapi to 0.0.3 (dlopen libva) (#2465)

Added

  • List V4L2 and Media Foundation cameras on Linux and Windows, and list DXGI
    displays on Windows, using identifiers accepted by capture::Source.

moq-boy

0.3.2 - 2026-07-24

Added

  • (moq-mux,moq-boy) mark discontinuities, and never time a sample across one (#2475)

moq-transcode

0.0.3 - 2026-07-24

Other

  • (moq-video) bump moq-vaapi to 0.0.3 (dlopen libva) (#2465)

moq-cli

0.9.2 - 2026-07-24

Added

  • (capture) enumerate Linux and Windows sources (#2486)
  • (native) expose a qlog feature on moq-relay and moq-cli (#2470)

moq-ffi

0.3.2 - 2026-07-24

Fixed

  • (go-ffi) install cross target std before building moq-ffi (#2482)

moq-stats

0.1.2 - 2026-07-24

Added

  • (moq-stats) add aggregating Consumer folding per-node broadcasts (#2476)

moq-relay

0.14.2 - 2026-07-24

Added

  • (native) expose a qlog feature on moq-relay and moq-cli (#2470)
  • (moq-net) linger a broadcast across an ungraceful source loss (#2469)

Fixed

  • (relay) keep-alive the server side of a WebSocket session (#2471)

libmoq

0.4.2 - 2026-07-24

Other

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

moq-hls

0.4.1 - 2026-07-24

Other

  • updated the following local packages: moq-mux

moq-rtc

0.2.1 - 2026-07-24

Other

  • updated the following local packages: moq-mux

moq-rtmp

0.2.1 - 2026-07-24

Other

  • updated the following local packages: moq-mux

moq-srt

0.2.1 - 2026-07-24

Other

  • updated the following local packages: moq-mux

moq-gst

0.3.2 - 2026-07-24

Other

  • updated the following local packages: moq-mux


This PR was generated with release-plz.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @moq-bot[bot], you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

The removed Rendition::record_frame/record_reorder/record_group_end
methods were never meant to be public, so their removal is not a real
breaking change. Override the release-plz 0.9.0 minor bump to a 0.8.2
patch.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@kixelated
kixelated enabled auto-merge (squash) July 24, 2026 19:22
@kixelated
kixelated disabled auto-merge July 24, 2026 19:23
@kixelated
kixelated merged commit 05e5783 into main Jul 24, 2026
3 checks passed
@kixelated
kixelated deleted the release-plz-2026-07-24T19-15-58Z branch July 24, 2026 19:23
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