Conversation
…4127) Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
…s it (#4104) Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com> Co-authored-by: Grok 4.7 <noreply@x.ai>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
…count (#4142) Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
…4123) Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
…section (#4089) Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com> Co-authored-by: Grok 4.7 <noreply@x.ai>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com> Co-authored-by: Grok 4.7 <noreply@x.ai>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
…ks (#4137) Co-authored-by: Brad Greenway <brad.greenway@surveillx.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> # Conflicts: # quest/m1/README.md # rs/moq-net/src/model/origin.rs # rs/moq-relay/src/connection.rs
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cf3bb19cf5
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| pub fn publish_binary_snapshot( | ||
| &self, | ||
| name: String, | ||
| config: MoqBinaryConfig, | ||
| ) -> Result<Arc<MoqBinarySnapshotProducer>, MoqError> { |
There was a problem hiding this comment.
Add binary publishing to the ergonomic bindings
These new UniFFI methods are not exposed by the hand-written wrappers in py/moq-rs, swift/Sources/Moq, kt/moq, dart/moq, or go/wrapper, and their binding docs are also unchanged. As a result, users of the supported ergonomic packages cannot access binary snapshot or stream publishing even though the shared binding surface now advertises it; add the corresponding wrapper methods and documentation in this change.
AGENTS.md reference: AGENTS.md:L94-L96
Useful? React with 👍 / 👎.
Problem
The WebSocket to QUIC upgrade questline (
quest/m1/transport-upgrade/) needs a line branch for its children (Rust, JS) to merge into.Approach
Opens the line. This stays a draft until its
Questslist empties.The line targets
dev: the Rust child (#4189) movesserver::Transporttomoq_tokio::Transportwith no re-export and adds aWebTransportvariant, a published API break.origin/devwas merged into the line (no rebase). Resolved conflicts:quest/m1/README.md(kept dev's origin-mount, dropped the completed decoded-frames and tokio-reconnect-ports entries),rs/moq-net/src/model/origin.rsimports, andrs/moq-relay/src/connection.rs(kept dev's move ofauthorizeinto the cluster, carrying main'smoq-lite-07-wipcomment fix tocluster.rs).origin/mainwas then merged too, bringing #4157 somoq-fficompiles on the line.Impact
moq-tokio(see feat(tokio)!: upgrade a WebSocket fallback session to WebTransport #4189), hencedev.Alternatives
Follow-ups
(Written by Claude Opus 5.5)
🤖 Generated with Claude Code