Skip to content

chore: release - #3352

Merged
kixelated merged 1 commit into
mainfrom
release-plz-2026-09-02T23-53-55Z
Sep 9, 2026
Merged

chore: release#3352
kixelated merged 1 commit into
mainfrom
release-plz-2026-09-02T23-53-55Z

Conversation

@moq-bot

@moq-bot moq-bot Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • kio: 0.5.7 -> 0.5.8 (✓ API compatible changes)
  • moq-net: 0.2.18 -> 0.2.19 (✓ API compatible changes)
  • moq-mux: 0.9.13 -> 0.9.14 (✓ API compatible changes)
  • moq-native: 0.19.16 -> 0.19.17 (✓ API compatible changes)
  • moq-audio: 0.0.22 -> 0.0.23 (✓ API compatible changes)
  • moq-video: 0.0.22 -> 0.0.23 (✓ API compatible changes)
  • libmoq: 0.5.13 -> 0.5.14
  • moq-boy: 0.4.13 -> 0.4.14
  • moq-rtc: 0.2.8 -> 0.2.9 (✓ API compatible changes)
  • moq-rtmp: 0.2.8 -> 0.2.9 (✓ API compatible changes)
  • moq-srt: 0.2.8 -> 0.2.9 (✓ API compatible changes)
  • moq-token-cli: 0.5.46 -> 0.5.47 (✓ API compatible changes)
  • moq-transcode: 0.0.16 -> 0.0.17 (✓ API compatible changes)
  • moq-cli: 0.10.0 -> 0.11.0
  • moq-ffi: 0.3.16 -> 0.3.17
  • moq-gst: 0.3.9 -> 0.3.10
  • moq-relay: 0.14.15 -> 0.14.16 (✓ API compatible changes)
  • hang: 0.20.10 -> 0.20.11
  • moq-json: 0.3.9 -> 0.3.10
  • moq-loc: 0.2.5 -> 0.2.6
  • moq-hls: 0.4.13 -> 0.4.14
  • moq-stats: 0.1.8 -> 0.1.9
Changelog

kio

0.5.8 - 2026-09-09

Other

  • (kio) pin the waiter-list footprint, and retire the waiter-slots quest (#3376)

moq-net

0.2.19 - 2026-09-09

Added

  • (obs) add connection stats and encoding controls to the MoQ dock (#3453)
  • (moq-net) stitch a draft-20 fill into the group it joined (#3325)

Fixed

  • (moq-net) prune origin nodes that nothing is using (#3537)
  • (moq-net) a group consumer is one cursor, so an evicted group skips instead of ending the export (#3515)
  • (moq-net) keep the draft-14/15 namespace map consistent and let it shrink (#3481)
  • (relay) stop the cache headroom governor with its pool (#3487)
  • (moq-net) answer for a name the broadcast never served (#3366)
  • (moq-net) give control streams a send order above the media (#3389)

Other

  • fold the moq-net fuzz harness into the workspace (#3543)
  • run orphaned test suites nightly (#3538)
  • make the agent guides minimal and situational (#3469)
  • (moq-net) guard the fuzz workspace lockfile (#3465)
  • abandon the track re-announce quest (#3459)

moq-mux

0.9.14 - 2026-09-09

Added

  • (obs) add connection stats and encoding controls to the MoQ dock (#3453)
  • (moq-mux) count and log MPEG-TS audio resyncs (#3372)

Fixed

  • (moq-net) a group consumer is one cursor, so an evicted group skips instead of ending the export (#3515)
  • (mux) refuse an fMP4 fragment whose decode time doesn't advance (#3495)
  • (moq-mux) recover buffered TS output after a rewind (#3375)
  • (moq-mux) slice the TS export on the PCR grid (#3351)
  • (moq-mux) keep H.265 suffix SEI on the access unit it follows (#3384)
  • (moq-mux) drive the fMP4 export poll with a loop, not tail recursion (#3333)

Other

  • make the agent guides minimal and situational (#3469)
  • (deps) bump the cargo group across 1 directory with 5 updates (#3395)

moq-native

0.19.17 - 2026-09-09

Added

  • (obs) add connection stats and encoding controls to the MoQ dock (#3453)
  • (moq-net) stitch a draft-20 fill into the group it joined (#3325)

Fixed

  • (native) default noq and iroh to BBRv3 now that noq 1.2.0 lands the loss fix (#3536)
  • (moq-native) stop logging credentials in relay URLs and RTMP stream keys (#3379)

Other

  • (deps) bump the cargo group across 1 directory with 5 updates (#3395)

moq-audio

0.0.23 - 2026-09-09

Added

  • (moq-audio) [breaking] let publish_capture carry a catalog extension (#3356)
  • (audio,video) compile the device, render, and VAAPI code by default (#3353)

Fixed

  • (audio) stamp resampled output from the frames it starts with (#3482)
  • (moq-audio) treat a media gap as a hole rather than a splice (#3386)

Other

  • (deps) bump the cargo group with 2 updates (#3476)
  • take every feature that needs a library or libclang at build time off the defaults (#3464)
  • (moq-audio) scope the local-task guidance to macOS (#3436)
  • (moq-audio,moq-cli) assert publish_capture stays Send off macOS (#3433)
  • (deps) bump the cargo group across 1 directory with 5 updates (#3395)

moq-video

0.0.23 - 2026-09-09

Added

  • (moq-video) add the VAAPI H.264 decoder and import its pictures zero-copy (#3331)
  • (moq-video) add the Android MediaCodec encoder and decoder (#3354)
  • (moq-video) add the V4L2 stateful M2M hardware encoder and decoder (#3332)
  • (audio,video) compile the device, render, and VAAPI code by default (#3353)

Fixed

  • (moq-video) pick the V4L2 mode nearest the requested resolution (#3355)
  • (moq-video) stop openh264 leaking its picture pool, and survive a lost picture (#3357)
  • (rs) compile the lib tests at --no-default-features (#3397)
  • (moq-audio) treat a media gap as a hole rather than a splice (#3386)
  • (moq-video) end the stream when an AVFoundation camera goes away (#3382)
  • (moq-video) decode an avc1 track with no avcC as Annex-B (#3388)
  • (video) hold window capture through a minimize and settle a resize (#3374)
  • (moq-video) name the libspa transfer functions older headers lack (#3387)
  • (moq-video) print GPU-composited windows instead of copying a black DC (#3370)
  • (moq-video) compile the Windows test target, and gate it nightly (#3391)
  • (moq-video) end X11 window capture when the window is destroyed (#3383)

Other

  • make the agent guides minimal and situational (#3469)
  • take every feature that needs a library or libclang at build time off the defaults (#3464)
  • (moq-audio,moq-cli) assert publish_capture stays Send off macOS (#3433)

libmoq

0.5.14 - 2026-09-09

Added

  • (obs) add connection stats and encoding controls to the MoQ dock (#3453)
  • (audio,video) compile the device, render, and VAAPI code by default (#3353)

Fixed

  • (native) default noq and iroh to BBRv3 now that noq 1.2.0 lands the loss fix (#3536)

Other

  • take every feature that needs a library or libclang at build time off the defaults (#3464)

Added

  • moq_session_snapshot for statistics and negotiated protocol from the same live connection

moq-boy

0.4.14 - 2026-09-09

Added

  • (audio,video) compile the device, render, and VAAPI code by default (#3353)

Fixed

  • (moq-native) stop logging credentials in relay URLs and RTMP stream keys (#3379)

moq-rtc

0.2.9 - 2026-09-09

Other

  • (deps) bump the cargo group across 1 directory with 5 updates (#3395)

moq-rtmp

0.2.9 - 2026-09-09

Fixed

  • (moq-native) stop logging credentials in relay URLs and RTMP stream keys (#3379)

moq-srt

0.2.9 - 2026-09-09

Fixed

  • (moq-srt) re-anchor egress pacing after a publisher rewind (#3488)

moq-token-cli

0.5.47 - 2026-09-09

Other

  • update Cargo.lock dependencies

moq-transcode

0.0.17 - 2026-09-09

Added

  • (moq-video) add the VAAPI H.264 decoder and import its pictures zero-copy (#3331)
  • (moq-transcode) [breaking] validate and order the output ladder (#3447)
  • (moq-video) add the V4L2 stateful M2M hardware encoder and decoder (#3332)
  • (audio,video) compile the device, render, and VAAPI code by default (#3353)

Fixed

  • (moq-net) a group consumer is one cursor, so an evicted group skips instead of ending the export (#3515)
  • (transcode) follow a source resolution change with the ladder (#3381)
  • (moq-video) stop openh264 leaking its picture pool, and survive a lost picture (#3357)

Other

  • (transcode) cover retirement while a fetch has not claimed its group (#3522)
  • take every feature that needs a library or libclang at build time off the defaults (#3464)
  • (transcode) correct the retirement comments and record what the test covers (#3460)

moq-cli

0.11.0 - 2026-09-09

Added

  • (moq-transcode) [breaking] validate and order the output ladder (#3447)
  • (moq-video) add the V4L2 stateful M2M hardware encoder and decoder (#3332)
  • (moq-mux) count and log MPEG-TS audio resyncs (#3372)
  • (audio,video) compile the device, render, and VAAPI code by default (#3353)

Fixed

  • (mux) refuse an fMP4 fragment whose decode time doesn't advance (#3495)
  • (moq-mux) recover buffered TS output after a rewind (#3375)
  • (transcode) follow a source resolution change with the ladder (#3381)
  • (moq-mux) slice the TS export on the PCR grid (#3351)
  • (moq-audio) treat a media gap as a hole rather than a splice (#3386)
  • (moq-native) stop logging credentials in relay URLs and RTMP stream keys (#3379)

Other

  • take every feature that needs a library or libclang at build time off the defaults (#3464)
  • (quest) plan the abort guard, an advisory quest gate, and what the echo-delay test already establishes (#3466)
  • (cli) put the play module's tests in the merge gate (#3461)
  • (moq-audio,moq-cli) assert publish_capture stays Send off macOS (#3433)

moq-ffi

0.3.17 - 2026-09-09

Added

  • (audio,video) compile the device, render, and VAAPI code by default (#3353)

Fixed

  • (rs) compile the lib tests at --no-default-features (#3397)

Other

  • make the agent guides minimal and situational (#3469)
  • take every feature that needs a library or libclang at build time off the defaults (#3464)
  • (deps) bump the cargo group across 1 directory with 5 updates (#3395)

moq-gst

0.3.10 - 2026-09-09

Fixed

  • (moq-net) answer for a name the broadcast never served (#3366)

moq-relay

0.14.16 - 2026-09-09

Fixed

  • (relay) stop the cache headroom governor with its pool (#3487)
  • (moq-native) stop logging credentials in relay URLs and RTMP stream keys (#3379)

Other

  • (relay) drill cancellation, relay death, and republish over real QUIC (#3525)
  • give each harness run its own directory, ports, and process groups (#3509)
  • make the agent guides minimal and situational (#3469)
  • (quest) plan the abort guard, an advisory quest gate, and what the echo-delay test already establishes (#3466)
  • reorganize the site around what a reader can do (#3426)

hang

0.20.11 - 2026-09-09

Other

  • updated the following local packages: moq-net

moq-json

0.3.10 - 2026-09-09

Other

  • updated the following local packages: kio, moq-net

moq-loc

0.2.6 - 2026-09-09

Other

  • updated the following local packages: moq-net

moq-hls

0.4.14 - 2026-09-09

Other

  • updated the following local packages: kio, moq-net, moq-mux, hang

moq-stats

0.1.9 - 2026-09-09

Other

  • updated the following local packages: moq-net, moq-json


This PR was generated with release-plz.

@moq-bot
moq-bot Bot force-pushed the release-plz-2026-09-02T23-53-55Z branch 30 times, most recently from 2cc5be3 to 39c1e21 Compare September 6, 2026 04:26
@moq-bot
moq-bot Bot force-pushed the release-plz-2026-09-02T23-53-55Z branch 23 times, most recently from e4326ca to bb10615 Compare September 8, 2026 22:49
@moq-bot
moq-bot Bot force-pushed the release-plz-2026-09-02T23-53-55Z branch from bb10615 to 03edaa6 Compare September 8, 2026 23:45
@moq-bot
moq-bot Bot force-pushed the release-plz-2026-09-02T23-53-55Z branch from 03edaa6 to a6871e3 Compare September 9, 2026 01:30
@kixelated
kixelated enabled auto-merge (squash) September 9, 2026 01:32
@kixelated
kixelated merged commit 7bcee5d into main Sep 9, 2026
19 checks passed
@kixelated
kixelated deleted the release-plz-2026-09-02T23-53-55Z branch September 9, 2026 01:48
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