Skip to content

chore(moq-native): bump to 0.17.1 to unblock moq-relay release#1755

Merged
kixelated merged 1 commit into
mainfrom
claude/unruffled-johnson-be4da2
Jun 16, 2026
Merged

chore(moq-native): bump to 0.17.1 to unblock moq-relay release#1755
kixelated merged 1 commit into
mainfrom
claude/unruffled-johnson-be4da2

Conversation

@kixelated

Copy link
Copy Markdown
Collaborator

Summary

The Release RS workflow (run 27593759846) fails publishing moq-relay 0.12.10 to crates.io with a noq-proto version conflict:

  • web-transport-iroh 0.5iroh 1.0.0-rc.0noq-proto =1.0.0-rc.0 (exact pin)
  • web-transport-noq 0.1.1noq 1.0.0-rc.0noq-proto ^1.0.0-rc.0

Now that noq-proto 1.0.0 is published, release-plz's dependencies_update = true runs cargo update, which bumps noq-proto to 1.0.0 on the noq path and breaks iroh's exact rc.0 pin.

main already fixed the source by bumping the workspace transports to web-transport-iroh 0.6 / web-transport-noq 0.2.0, which ride the stable iroh 1.0.0 / noq 1.0.0 line and use noq-proto ^1.0.0 consistently. But moq-native 0.17.0 was already published with the old constraints, and moq-relay depends on that published version, so the release keeps failing.

This bumps moq-native 0.17.00.17.1 (patch) so release-plz publishes a fresh moq-native carrying the corrected transport constraints, which moq-relay then resolves against.

Changes

  • rs/moq-native/Cargo.toml: version = "0.17.1"
  • Cargo.lock: synced

Verification

  • cargo update --dry-run runs clean — noq-proto and iroh both resolve to 1.0.0, no conflict.
  • cargo check -p moq-relay --features noq (exercises both the default iroh backend and noq) builds green against moq-native 0.17.1.

🤖 Generated with Claude Code

(Written by Claude)

moq-relay's crates.io release fails resolving noq-proto: web-transport-iroh
0.5 pulls iroh 1.0.0-rc.0 (noq-proto =1.0.0-rc.0, exact) while the now-published
noq-proto 1.0.0 satisfies noq's ^1.0.0-rc.0, so release-plz's dependencies_update
cargo update conflicts with iroh's exact pin.

main already bumped the workspace transports to web-transport-iroh 0.6 /
web-transport-noq 0.2.0 (both on the stable iroh 1.0.0 / noq 1.0.0 line, which
use noq-proto ^1.0.0 consistently), but moq-native 0.17.0 was already published
with the old constraints and moq-relay depends on that. Bumping moq-native to
0.17.1 forces a fresh publish carrying the new constraints.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@kixelated kixelated enabled auto-merge (squash) June 16, 2026 05:02
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2cdfb89c-1cb7-4adb-9919-4650567ec643

📥 Commits

Reviewing files that changed from the base of the PR and between 34120e6 and f5bb056.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • rs/moq-native/Cargo.toml

Walkthrough

The moq-native crate version in rs/moq-native/Cargo.toml is incremented from 0.17.0 to 0.17.1. No other files, dependencies, features, or targets are modified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping moq-native to 0.17.1 to resolve a release blocking issue.
Description check ✅ Passed The description provides detailed context about the version conflict, root cause, solution, and verification steps related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch claude/unruffled-johnson-be4da2

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kixelated kixelated disabled auto-merge June 16, 2026 05:19
@kixelated kixelated merged commit 79e2c92 into main Jun 16, 2026
1 check passed
@kixelated kixelated deleted the claude/unruffled-johnson-be4da2 branch June 16, 2026 05:19
@moq-bot moq-bot Bot mentioned this pull request Jun 16, 2026
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.

1 participant