Skip to content

chore: release - #2866

Open
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-08-15T00-50-28Z
Open

chore: release#2866
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-08-15T00-50-28Z

Conversation

@moq-bot

@moq-bot moq-bot Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • kio: 0.5.4 -> 0.5.5 (✓ API compatible changes)
  • moq-net: 0.2.12 -> 0.2.13 (✓ API compatible changes)
  • hang: 0.20.5 -> 0.20.6 (✓ API compatible changes)
  • moq-json: 0.3.3 -> 0.3.4 (✓ API compatible changes)
  • moq-msf: 0.4.0 -> 0.4.1 (✓ API compatible changes)
  • moq-mux: 0.9.7 -> 0.10.0 (⚠ API breaking changes)
  • moq-native: 0.19.11 -> 0.19.12 (✓ API compatible changes)
  • moq-video: 0.0.17 -> 0.0.18 (✓ API compatible changes)
  • libmoq: 0.5.8 -> 0.5.9
  • moq-boy: 0.4.8 -> 0.4.9
  • moq-rtc: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • moq-transcode: 0.0.11 -> 0.0.12 (✓ API compatible changes)
  • moq-cli: 0.9.11 -> 0.9.12
  • moq-ffi: 0.3.11 -> 0.3.12
  • moq-relay: 0.14.11 -> 0.14.12 (✓ API compatible changes)
  • moq-audio: 0.0.17 -> 0.0.18
  • moq-hls: 0.4.8 -> 0.4.9
  • moq-rtmp: 0.2.4 -> 0.2.5
  • moq-srt: 0.2.3 -> 0.2.4
  • moq-gst: 0.3.5 -> 0.3.6
  • moq-stats: 0.1.4 -> 0.1.5

moq-mux breaking changes

--- failure trait_added_supertrait: non-sealed trait added new supertraits ---

Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.49.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait moq_mux::catalog::Stream gained MaybeSend in file /tmp/nix-shell.4SjxIi/.tmpxgtjLW/moq/rs/moq-mux/src/catalog/stream.rs:27
Changelog

kio

0.5.5 - 2026-08-18

Fixed

  • (moq-mux) compile on wasm32, and gate it so it stays that way

Other

  • (kio) dedup waiter registration so Park can reuse a parked waiter (#2905)

moq-net

0.2.13 - 2026-08-18

Added

  • (moq-net) add Path::relative, replacing moq_transcode::source_reference (#2906)

Fixed

  • (moq-net) keep an anonymous publisher's source across a NAMESPACE update (#2908)
  • (net) encode draft 17 message parameters by type (#2884)

Other

  • (kio) dedup waiter registration so Park can reuse a parked waiter (#2905)

hang

0.20.6 - 2026-08-18

Added

  • (hang) signal stalled video renditions (#2865)

moq-json

0.3.4 - 2026-08-18

Other

  • (kio) dedup waiter registration so Park can reuse a parked waiter (#2905)

moq-msf

0.4.1 - 2026-08-18

Added

  • (hang) signal stalled video renditions (#2865)

moq-mux

0.10.0 - 2026-08-18

Added

  • (hang) signal stalled video renditions (#2865)

Fixed

  • (moq-mux) compile on wasm32, and gate it so it stays that way
  • (moq-mux) accept refreshed clocks on TS duplicates (#2891)

moq-native

0.19.12 - 2026-08-18

Added

  • (video) render PipeWire DMA-BUF frames (#2839)

Other

  • (deps) bump the cargo group with 7 updates (#2888)

moq-video

0.0.18 - 2026-08-18

Added

  • (video) render PipeWire DMA-BUF frames (#2839)

Fixed

  • (video) validate PipeWire chunk ranges and accept NV12 (#2871)

libmoq

0.5.9 - 2026-08-18

Added

  • (hang) signal stalled video renditions (#2865)

moq-boy

0.4.9 - 2026-08-18

Other

  • update Cargo.lock dependencies

moq-rtc

0.2.5 - 2026-08-18

Other

  • (deps) bump the cargo group with 7 updates (#2888)

moq-transcode

0.0.12 - 2026-08-18

Added

  • (moq-net) add Path::relative, replacing moq_transcode::source_reference (#2906)

moq-cli

0.9.12 - 2026-08-18

Added

  • (moq-net) add Path::relative, replacing moq_transcode::source_reference (#2906)

moq-ffi

0.3.12 - 2026-08-18

Added

  • (moq-ffi) compile for wasm32 (#2911)
  • (hang) signal stalled video renditions (#2865)

moq-relay

0.14.12 - 2026-08-18

Fixed

  • (relay) redial reconfigured cluster peers (#2874)

Other

  • (deps) bump the cargo group with 7 updates (#2888)

moq-audio

0.0.18 - 2026-08-18

Other

  • updated the following local packages: moq-mux

moq-hls

0.4.9 - 2026-08-18

Other

  • updated the following local packages: moq-mux

moq-rtmp

0.2.5 - 2026-08-18

Other

  • updated the following local packages: moq-mux

moq-srt

0.2.4 - 2026-08-18

Other

  • updated the following local packages: moq-mux

moq-gst

0.3.6 - 2026-08-18

Other

  • updated the following local packages: moq-mux

moq-stats

0.1.5 - 2026-08-18

Other

  • updated the following local packages: moq-json


This PR was generated with release-plz.

@moq-bot
moq-bot Bot force-pushed the release-plz-2026-08-15T00-50-28Z branch 17 times, most recently from 3d1b9de to cffdef0 Compare August 18, 2026 22:07
@moq-bot
moq-bot Bot force-pushed the release-plz-2026-08-15T00-50-28Z branch from cffdef0 to 007060c Compare August 18, 2026 22:40
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