Skip to content

chore: release#1496

Open
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-05-25T00-31-50Z
Open

chore: release#1496
moq-bot[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-05-25T00-31-50Z

Conversation

@moq-bot
Copy link
Copy Markdown
Contributor

@moq-bot moq-bot Bot commented May 25, 2026

🤖 New release

  • moq-net: 0.1.4 -> 0.2.0 (⚠ API breaking changes)
  • moq-mux: 0.5.1 -> 0.5.2 (✓ API compatible changes)
  • moq-native: 0.15.0 -> 0.15.1 (✓ API compatible changes)
  • libmoq: 0.2.17 -> 0.2.18
  • moq-boy: 0.2.13 -> 0.2.14
  • moq-cli: 0.7.26 -> 0.7.27
  • moq-relay: 0.12.1 -> 0.13.0 (⚠ API breaking changes)
  • hang: 0.18.0 -> 0.18.1
  • moq-audio: 0.0.1 -> 0.0.2
  • moq-ffi: 0.2.15 -> 0.2.16

moq-net 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_net::Stats::new takes 4 parameters in /tmp/nix-shell.9TbabA/.tmpQuU0z4/moq-net/src/stats.rs:203, but now takes 5 parameters in /tmp/nix-shell.9TbabA/.tmpJcBzQG/moq/rs/moq-net/src/stats.rs:330

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that 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.47.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field broadcasts of struct Counters, previously in file /tmp/nix-shell.9TbabA/.tmpQuU0z4/moq-net/src/stats.rs:78
  field broadcasts_closed of struct Counters, previously in file /tmp/nix-shell.9TbabA/.tmpQuU0z4/moq-net/src/stats.rs:79

moq-relay breaking changes

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that 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.47.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field levels of struct StatsConfig, previously in file /tmp/nix-shell.9TbabA/.tmpQuU0z4/moq-relay/src/stats.rs:55
Changelog

moq-net

0.2.0 - 2026-05-28

Other

  • (stats) aggregate per-node into a single gzipped broadcast (#1517)
  • cap frame size at 16 MiB on the receive path (#1521)
  • add Lite05Wip version variant (unadvertised) (#1518)

moq-mux

0.5.2 - 2026-05-28

Other

  • add seek(sequence) on importers for explicit group boundaries (#1515)

moq-native

0.15.1 - 2026-05-28

Fixed

  • (changelog) repair malformed CHANGELOGs blocking release-plz (#1511)

Other

  • stop downgrading WebSocket clients to moq-lite-02 (#1523)
  • lint shell, workflows, TOML, Nix, and justfiles via nix devShell (#1519)
  • advertise QUIC preferred_address in the server config (#1512)
  • (jemalloc) drop runtime activation; fixes moq-boy startup crash (#1509)
  • release (#1493)

libmoq

0.2.18 - 2026-05-28

Other

  • lint shell, workflows, TOML, Nix, and justfiles via nix devShell (#1519)

moq-boy

0.2.14 - 2026-05-28

Other

  • update Cargo.lock dependencies

moq-cli

0.7.27 - 2026-05-28

Other

  • update Cargo.lock dependencies

moq-relay

0.13.0 - 2026-05-28

Fixed

  • (changelog) repair malformed CHANGELOGs blocking release-plz (#1511)

Other

  • (stats) aggregate per-node into a single gzipped broadcast (#1517)
  • stop downgrading WebSocket clients to moq-lite-02 (#1523)
  • restore gossip-style cluster discovery via --cluster-mesh (#1504)
  • advertise QUIC preferred_address in the server config (#1512)
  • release (#1493)

hang

0.18.1 - 2026-05-28

Other

  • updated the following local packages: moq-net

moq-audio

0.0.2 - 2026-05-28

Other

  • updated the following local packages: moq-net

moq-ffi

0.2.16 - 2026-05-28

Other

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


This PR was generated with release-plz.

@moq-bot moq-bot Bot force-pushed the release-plz-2026-05-25T00-31-50Z branch 7 times, most recently from 80487c0 to 30ef833 Compare May 26, 2026 04:39
@moq-bot moq-bot Bot force-pushed the release-plz-2026-05-25T00-31-50Z branch 11 times, most recently from dbc3cdd to d3b8289 Compare May 28, 2026 18:05
@moq-bot moq-bot Bot force-pushed the release-plz-2026-05-25T00-31-50Z branch from d3b8289 to cb21091 Compare May 28, 2026 20:16
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