Skip to content

chore: release#1955

Open
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-30T04-19-35Z
Open

chore: release#1955
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-30T04-19-35Z

Conversation

@moq-bot

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

Copy link
Copy Markdown
Contributor

🤖 New release

  • kio: 0.4.1 -> 0.4.2 (✓ API compatible changes)
  • moq-net: 0.1.13 -> 0.2.0 (⚠ API breaking changes)
  • hang: 0.19.3 -> 0.20.0 (⚠ API breaking changes)
  • moq-msf: 0.3.0 -> 0.3.1 (✓ API compatible changes)
  • moq-mux: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • moq-native: 0.17.5 -> 0.17.6 (✓ API compatible changes)
  • moq-audio: 0.0.6 -> 0.0.7 (✓ API compatible changes)
  • libmoq: 0.3.9 -> 0.3.10
  • moq-boy: 0.2.22 -> 0.2.23
  • moq-hls: 0.0.1 -> 0.0.2 (✓ API compatible changes)
  • moq-rtc: 0.0.1 -> 0.0.2 (✓ API compatible changes)
  • moq-rtmp: 0.0.1 -> 0.0.2 (✓ API compatible changes)
  • moq-srt: 0.0.1 -> 0.0.2 (✓ API compatible changes)
  • moq-cli: 0.7.35 -> 0.8.0
  • moq-ffi: 0.2.25 -> 0.2.26
  • moq-gst: 0.2.9 -> 0.2.10
  • moq-token: 0.6.0 -> 0.6.1 (✓ API compatible changes)
  • moq-relay: 0.13.0 -> 0.13.1
  • moq-json: 0.1.1 -> 0.1.2
  • moq-video: 0.0.6 -> 0.0.7

moq-net breaking changes

--- failure struct_marked_non_exhaustive: struct marked #[non_exhaustive] ---

Description:
A public struct has been marked #[non_exhaustive], which will prevent it from being constructed using a struct literal outside of its crate. It previously had no private fields, so a struct literal could be used to construct it outside its crate.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_marked_non_exhaustive.ron

Failed in:
  struct Track in /tmp/nix-shell.AG9OW6/.tmpKEkMS5/moq/rs/moq-net/src/model/track.rs:33
  struct Broadcast in /tmp/nix-shell.AG9OW6/.tmpKEkMS5/moq/rs/moq-net/src/model/broadcast.rs:16

hang breaking changes

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant AudioCodecKind::Unknown 2 -> 4 in /tmp/nix-shell.AG9OW6/.tmpKEkMS5/moq/rs/hang/src/catalog/audio/codec.rs:67
Changelog

kio

0.4.2 - 2026-07-03

Other

  • [codex] Backport kio tokio sleep wrapper (#2055)

moq-net

0.2.0 - 2026-07-03

Added

  • (moq-net) hook up the rest of moq-lite-05 wire (TRACK_INFO, SUBSCRIBE_END, frame timestamps) (#1963)
  • (moq-net) moq-lite-05 SETUP message + PATH parameter (#1954)

Other

  • [codex] Future-proof moq-net metadata structs (#2046)
  • track announcement byte usage in stats (#1953)

hang

0.20.0 - 2026-07-03

Added

  • (moq-mux) add FLAC support (catalog + mp4/mkv import/export) (#1969)
  • (moq-mux) add MP3 audio support for FLV/RTMP (#1967)

Other

  • [codex] Future-proof moq-net metadata structs (#2046)

moq-msf

0.3.1 - 2026-07-03

Other

  • [codex] Fix MSF catalog jitter compatibility (#2020)

moq-mux

0.7.1 - 2026-07-03

Added

  • (moq-mux) add FLAC support (catalog + mp4/mkv import/export) (#1969)
  • (moq-mux,moq-gst) MP3 support for MKV and GStreamer (#1970)
  • (moq-mux) add MP3 audio support for FLV/RTMP (#1967)
  • (moq-mux) Opus audio over MPEG-TS (import + export) (#1965)

Other

  • [codex] fix FLV export DTS timestamps
  • [codex] fix timestamp elapsed arithmetic (#2051)
  • [codex] Future-proof moq-net metadata structs (#2046)
  • [codex] fix fMP4 composition offsets (#2015)
  • Add track name to the consumer skip/reset logs (#2012)

moq-native

0.17.6 - 2026-07-03

Added

  • (moq-mux) Opus audio over MPEG-TS (import + export) (#1965)
  • (moq-net) moq-lite-05 SETUP message + PATH parameter (#1954)

Fixed

  • (moq-native) verify server certs with the OS platform verifier (#1968)

Other

  • Move the connect URL and connect/serve loops into moq-native (#2048)
  • [codex] Future-proof moq-net metadata structs (#2046)
  • Fold the internal listener into --server-bind (one authenticated accept path) (#1974)
  • (rs) upgrade reqwest 0.12 -> 0.13 across the workspace (#1972)

moq-audio

0.0.7 - 2026-07-03

Other

  • [codex] Future-proof moq-net metadata structs (#2046)

libmoq

0.3.10 - 2026-07-03

Other

  • [codex] Future-proof moq-net metadata structs (#2046)
  • allowing container be probed and select depending on the what on wire (#2040)

moq-boy

0.2.23 - 2026-07-03

Other

  • Move the connect URL and connect/serve loops into moq-native (#2048)
  • [codex] Future-proof moq-net metadata structs (#2046)

moq-hls

0.0.2 - 2026-07-03

Other

  • [codex] evict finished HLS broadcasters (#2021)
  • [codex] fix HLS playlist RFC counters (#2016)
  • (rs) upgrade reqwest 0.12 -> 0.13 across the workspace (#1972)

moq-rtc

0.0.2 - 2026-07-03

Other

  • [codex] Fix moq-rtc loopback ICE fallback (#2022)
  • convert to library-only crates (#1975)
  • (rs) upgrade reqwest 0.12 -> 0.13 across the workspace (#1972)
  • emit a valid rejected m-line in SDP answers (#1964)

moq-rtmp

0.0.2 - 2026-07-03

Added

  • (moq-cli) per-sink frame-drop latency for the export gateways (#1998)
  • (moq-mux) add MP3 audio support for FLV/RTMP (#1967)

Other

  • [codex] Fix RTMP play resolve timeout (#2018)
  • [codex] share RTMP active publish paths (#2019)
  • unified endpoint grammar (binary renamed to moq) (#1985)
  • add client (dial-out) role (#1982)
  • convert to library-only crates (#1975)

moq-srt

0.0.2 - 2026-07-03

Added

  • (moq-cli) per-sink frame-drop latency for the export gateways (#1998)

Other

  • [codex] fix timestamp elapsed arithmetic (#2051)
  • unified endpoint grammar (binary renamed to moq) (#1985)
  • add client (dial-out) role (#1982)
  • convert to library-only crates (#1975)

moq-cli

0.8.0 - 2026-07-03

Added

  • (moq-cli) per-sink frame-drop latency for the export gateways (#1998)

Other

  • Move the connect URL and connect/serve loops into moq-native (#2048)
  • [codex] configure moq-cli CORS origins (#1996)
  • unified endpoint grammar (binary renamed to moq) (#1985)
  • Add "--tls-generate" flag to examples (#1959)

moq-ffi

0.2.26 - 2026-07-03

Added

  • (moq-ffi) expose TLS system root trust control (#1978)

Fixed

  • (moq-native) verify server certs with the OS platform verifier (#1968)

Other

  • [codex] Future-proof moq-net metadata structs (#2046)

moq-gst

0.2.10 - 2026-07-03

Added

  • (moq-mux,moq-gst) MP3 support for MKV and GStreamer (#1970)

moq-token

0.6.1 - 2026-07-03

Other

  • (rs) upgrade reqwest 0.12 -> 0.13 across the workspace (#1972)

moq-relay

0.13.1 - 2026-07-03

Added

  • (moq-net) moq-lite-05 SETUP message + PATH parameter (#1954)

Other

  • [codex] Future-proof moq-net metadata structs (#2046)
  • Fold the internal listener into --server-bind (one authenticated accept path) (#1974)
  • (rs) upgrade reqwest 0.12 -> 0.13 across the workspace (#1972)

moq-json

0.1.2 - 2026-07-03

Other

  • updated the following local packages: moq-net

moq-video

0.0.7 - 2026-07-03

Other

  • updated the following local packages: moq-net


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

@moq-bot moq-bot Bot force-pushed the release-plz-2026-06-30T04-19-35Z branch 2 times, most recently from 8a6cff0 to d250212 Compare June 30, 2026 11:24
@moq-bot moq-bot Bot changed the title chore(moq-net): release v0.1.14 chore: release Jun 30, 2026
@moq-bot moq-bot Bot force-pushed the release-plz-2026-06-30T04-19-35Z branch 26 times, most recently from 1263afa to 0732bcd Compare July 2, 2026 22:14
@moq-bot moq-bot Bot force-pushed the release-plz-2026-06-30T04-19-35Z branch 10 times, most recently from f49823f to e61b954 Compare July 3, 2026 17:22
@moq-bot moq-bot Bot force-pushed the release-plz-2026-06-30T04-19-35Z branch from e61b954 to 2be4c50 Compare July 3, 2026 18:07
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