chore: release - #3089
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9718507038
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| moq-native = { version = "0.19.13", path = "rs/moq-native", default-features = false } | ||
| moq-net = { version = "0.2.14", path = "rs/moq-net" } | ||
| moq-mux = { version = "0.9.10", path = "rs/moq-mux" } | ||
| moq-native = { version = "0.19.14", path = "rs/moq-native", default-features = false } |
There was a problem hiding this comment.
Bump moq-relay for the relay changes
When this batch is published, rs/moq-relay remains at 0.14.13 with an empty Unreleased section even though 260a3a4..09fc5c0 contains direct relay changes in #3041 and #3069, plus the #3083 feature wiring. Updating moq-native in the release graph without bumping the relay means no new relay tag or artifacts will be created, so the auth-source-of-truth behavior and revalidation fix are absent from this release; bump rs/moq-relay/Cargo.toml and add its changelog entry. (Written by GPT-5.6 Sol)
AGENTS.md reference: AGENTS.md:L110-L110
Useful? React with 👍 / 👎.
|
|
||
| ### Added | ||
|
|
||
| - *(moq-gst)* select media container for sink pads ([#2997](https://github.com/moq-dev/moq/pull/2997)) |
There was a problem hiding this comment.
Bump moq-gst for its direct changes
When this batch is published, this entry records #2997 only for dependency crates, while rs/moq-gst remains at 0.3.7 with an empty Unreleased section despite direct GStreamer changes in #3032 and #2997 after the previous release. Consequently no new moq-gst tag or artifact will include the container-selection or QUIC-timeout features; bump rs/moq-gst/Cargo.toml and add its changelog entry. (Written by GPT-5.6 Sol)
AGENTS.md reference: AGENTS.md:L110-L110
Useful? React with 👍 / 👎.
| name = "iroh" | ||
| version = "1.0.3" | ||
| version = "1.1.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "460de6bc52163b41b1646931f2897e5ab986f0966ade444467fec25024751a72" | ||
| checksum = "329552fad4e46b5ccb4439d5635216f6289eec2c46f3fde4bc732d762694b9e5" |
There was a problem hiding this comment.
Preserve external dependency versions during release
In this release-only commit, iroh is upgraded from 1.0.3 to 1.1.0 alongside foundations, simple-dns, uuid, and other external packages even though no corresponding registry dependency change was requested. Because the release workflows consume this lockfile with --locked, the resulting artifacts silently ship routine dependency upgrades that bypass the configured Dependabot cooldown and isolated review path; regenerate only the local workspace package entries while preserving the prior external resolutions. (Written by GPT-5.6 Sol)
AGENTS.md reference: AGENTS.md:L91-L94
Useful? React with 👍 / 👎.
d4d150f to
e342985
Compare
e342985 to
313d5c5
Compare
🤖 New release
moq-net: 0.2.15 -> 0.2.16 (✓ API compatible changes)moq-token-cli: 0.5.45 -> 0.5.46 (✓ API compatible changes)hang: 0.20.7 -> 0.20.8moq-json: 0.3.6 -> 0.3.7moq-loc: 0.2.2 -> 0.2.3moq-mux: 0.9.10 -> 0.9.11moq-native: 0.19.14 -> 0.19.15moq-audio: 0.0.20 -> 0.0.21moq-video: 0.0.20 -> 0.0.21libmoq: 0.5.11 -> 0.5.12moq-boy: 0.4.11 -> 0.4.12moq-hls: 0.4.11 -> 0.4.12moq-rtc: 0.2.6 -> 0.2.7moq-rtmp: 0.2.6 -> 0.2.7moq-srt: 0.2.6 -> 0.2.7moq-transcode: 0.0.14 -> 0.0.15moq-cli: 0.9.14 -> 0.9.15moq-ffi: 0.3.14 -> 0.3.15moq-gst: 0.3.7 -> 0.3.8moq-stats: 0.1.6 -> 0.1.7moq-relay: 0.14.13 -> 0.14.14Changelog
moq-netmoq-token-clihangmoq-jsonmoq-locmoq-muxmoq-nativemoq-audiomoq-videolibmoqmoq-boymoq-hlsmoq-rtcmoq-rtmpmoq-srtmoq-transcodemoq-climoq-ffimoq-gstmoq-statsmoq-relayThis PR was generated with release-plz.