Skip to content

chore: release#1887

Open
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-23T03-14-28Z
Open

chore: release#1887
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-23T03-14-28Z

Conversation

@moq-bot

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

Copy link
Copy Markdown
Contributor

🤖 New release

  • hang: 0.19.2 -> 0.19.3 (✓ API compatible changes)
  • moq-json: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • moq-mux: 0.6.0 -> 0.7.0 (⚠ API breaking changes)
  • moq-native: 0.17.4 -> 0.17.5 (✓ API compatible changes)
  • moq-boy: 0.2.21 -> 0.2.22
  • moq-cli: 0.7.34 -> 0.7.35
  • moq-ffi: 0.2.24 -> 0.2.25
  • moq-gst: 0.2.8 -> 0.2.9
  • moq-relay: 0.12.13 -> 0.13.0 (⚠ API breaking changes)
  • moq-token-cli: 0.5.31 -> 0.5.32
  • moq-audio: 0.0.5 -> 0.0.6
  • libmoq: 0.3.8 -> 0.3.9
  • moq-video: 0.0.5 -> 0.0.6

moq-mux 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.47.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant CatalogFormat::Msf 1 -> 2 in /tmp/nix-shell.EiSZl7/.tmpuWrGmv/moq/rs/moq-mux/src/catalog/format.rs:22

moq-relay breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/method_parameter_count_changed.ron

Failed in:
  moq_relay::AuthConfig::init takes 0 parameters in /tmp/nix-shell.EiSZl7/.tmpmCkci1/moq-relay/src/auth.rs:523, but now takes [1, 1] parameters in [ /tmp/nix-shell.EiSZl7/.tmpuWrGmv/moq/rs/moq-relay/src/auth.rs:534 , /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/atomic.rs:199 ]

--- failure struct_now_doc_hidden: pub struct is now #[doc(hidden)] ---

Description:
A pub struct is now #[doc(hidden)], removing it from the crate's public API.
        ref: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/struct_now_doc_hidden.ron

Failed in:
  struct AuthTls in file /tmp/nix-shell.EiSZl7/.tmpuWrGmv/moq/rs/moq-relay/src/auth.rs:177
Changelog

hang

0.19.3 - 2026-06-26

Added

  • (hang) compressed catalog track (catalog.json.z) (#1904)

moq-json

0.1.1 - 2026-06-26

Other

  • (moq-json) generate merge patches with a diffing serializer (+ benchmark) (#1912)
  • (moq-json) gate group rolls on already-written deltas (#1909)

moq-mux

0.7.0 - 2026-06-26

Added

  • (hang) compressed catalog track (catalog.json.z) (#1904)
  • (json) group-scoped DEFLATE compression with browser support (#1897)
  • (moq-mux) clear consumer buffer when group timestamps rewind (#1884)

moq-native

0.17.5 - 2026-06-26

Added

  • (moq-relay) reuse client TLS for outbound auth HTTP; make --client-tls-* flags consistent (#1901)
  • (moq-native) unified client TLS verification + quiche backend support (#1902)

moq-boy

0.2.22 - 2026-06-26

Added

  • (json) group-scoped DEFLATE compression with browser support (#1897)

moq-cli

0.7.35 - 2026-06-26

Added

  • (hang) compressed catalog track (catalog.json.z) (#1904)

moq-ffi

0.2.25 - 2026-06-26

Other

  • update Cargo.lock dependencies

moq-gst

0.2.9 - 2026-06-26

Other

  • moqsink on a bare Element with direct (no-channel) writes (#1893)

moq-relay

0.13.0 - 2026-06-26

Added

  • (moq-relay) reuse client TLS for outbound auth HTTP; make --client-tls-* flags consistent (#1901)

moq-token-cli

0.5.32 - 2026-06-26

Other

  • update Cargo.lock dependencies

moq-audio

0.0.6 - 2026-06-26

Other

  • updated the following local packages: moq-mux

libmoq

0.3.9 - 2026-06-26

Other

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

moq-video

0.0.6 - 2026-06-26

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-23T03-14-28Z branch 12 times, most recently from abd553e to 46e5b79 Compare June 24, 2026 21:56
@moq-bot moq-bot Bot force-pushed the release-plz-2026-06-23T03-14-28Z branch from 46e5b79 to 003fbde Compare June 26, 2026 03: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