Skip to content

feature: roadrunner v3 - v6 plugin line, connect-rpc control plane#2356

Draft
rustatian wants to merge 6 commits into
masterfrom
v3
Draft

feature: roadrunner v3 - v6 plugin line, connect-rpc control plane#2356
rustatian wants to merge 6 commits into
masterfrom
v3

Conversation

@rustatian

Copy link
Copy Markdown
Member

RoadRunner v3 beta line: tracks the v6 plugins and the Connect-RPC control plane. PHP-worker e2e paths stay red until spiral/roadrunner-worker v4 lands.

  • module renamed to github.com/roadrunner-server/roadrunner/v3 (ldflags, Dockerfile, badge and release references updated)
  • container: plugin line bumped to the /v6 betas (Connect-RPC RPC() (string, http.Handler) surface)
  • internal/rpc: goridge net/rpc client replaced with an h2c HTTP/2 client factory for the Connect handlers (tcp:// and unix:// listeners)
  • cli: workers, reset, jobs ported to the generated Connect clients (informer/resetter/jobs APIs); lib moved to config/v6
  • e2e tests and helpers ported to the Connect clients

@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c82bec6a-2294-4eef-abb9-8a64dd8ee06c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch v3

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.

@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 13.63636% with 95 lines in your changes missing coverage. Please review.
✅ Project coverage is 31.38%. Comparing base (e83e82d) to head (dcd8d43).

Files with missing lines Patch % Lines
internal/cli/workers/command.go 0.00% 25 Missing and 1 partial ⚠️
internal/cli/workers/render.go 0.00% 23 Missing ⚠️
internal/cli/reset/command.go 0.00% 13 Missing and 1 partial ⚠️
internal/rpc/client.go 51.72% 14 Missing ⚠️
internal/cli/jobs/subcommands.go 0.00% 10 Missing ⚠️
internal/cli/jobs/command.go 0.00% 7 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2356      +/-   ##
==========================================
+ Coverage   31.02%   31.38%   +0.35%     
==========================================
  Files          18       18              
  Lines         851      854       +3     
==========================================
+ Hits          264      268       +4     
+ Misses        548      547       -1     
  Partials       39       39              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rustatian rustatian changed the title feature: roadrunner v3 — v6 plugin line, connect-rpc control plane feature: roadrunner v3 - v6 plugin line, connect-rpc control plane Jun 17, 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