chore: bump package versions - #4220
Conversation
Patch bumps for unreleased behavior since #3879. Rust stays with release-plz. Go stays at 0.7 because the wrapper additions are compatible and CI owns that patch. Co-Authored-By: Grok <noreply@x.ai>
|
Warning Review limit reachedNext included review available in 2 minutes. View limit detailsLimit details: You’ve used all 4 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (15)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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. |
|
MERGE Patch-only version bumps so published manifests match behavior already on Positive improvement? Yes. Consumers currently install versions that do not advertise the shipped behavior; bumping the sources of truth is the right fix before publish. Worth the complexity? Yes. Complexity is near zero: coordinated patch bumps only, with Rust left to release-plz and Go left alone for stated compatibility reasons. Different approach? Not needed. Waiting for a larger minor would leave packages mislabeled; a release-plz-style bot for these non-Rust packages would be a separate process change, not a reason to block this PR. Looks ready to merge once CI is green. Publish/tag remain out of scope per the PR body. This is an automated review, not the maintainer's decision |
Problem
Published packages have unreleased behavior since #3879, including the
@moq/watchimport fix in #4217. The manifests still advertise the old versions.Summary
Patch bumps only. Nothing here removes or renames a public signature. Pre-1.0 additive APIs stay on the patch.
@moq/auth0.2.1. Legacyput/getscopes read as the subtree patterns they meant.@moq/binary0.2.1. Stream consumer behavior.@moq/hang0.5.1. Rendition cap, timeline consumer, gesture unlock.@moq/json0.4.1.DesyncandMissingSnapshot, and a defaulted generic snapshot config.@moq/net0.4.1. Hidden announcements, lite-07 stream counts, and tail handling. New exports, existing call shapes kept.@moq/publish0.5.1. Audio capture waits for a running audio context.JitterClockandRenditionJitteradded.@moq/signals0.2.5.raceadded.@moq/watch0.6.1. Built package keepsmedia-captionsexternal (fix(watch): keep media-captions external so the package imports outside a browser #4217). Gesture unlock moved inside the decoder.@moq/boy0.4.1 and@moq/room0.2.1. Teardown useseffect.race.moq-rs0.5.1, Swift 0.5.1, Kotlindev.moq:moq0.5.1. Optional websocket and track fields with defaults.Left alone
go/wrapper/VERSIONstays0.7. The new options andFlushare additive, and CI owns the Go patch.@moq/flate,@moq/loc,@moq/msf,@moq/pattern. Only repository metadata or a dependency range changed.doc/setup/upgrade.md. Those version numbers name the 0.5.0 train that section describes.Not published and not tagged.
(Written by Grok 4.7)