Skip to content

fix: back to status/v1 DTOs - #138

Merged
rustatian merged 6 commits into
masterfrom
revert/protos-v1
Aug 14, 2026
Merged

fix: back to status/v1 DTOs#138
rustatian merged 6 commits into
masterfrom
revert/protos-v1

Conversation

@rustatian

Copy link
Copy Markdown
Member

RPC layer back on status/v1 Request/Response (pure rename, wire format unchanged).

Part of the v1 proto revert (roadrunner-server/api#77, roadrunner-server/api-go#35): wire format back to what roadrunner-api-dto v1.14.1 and the released PHP packages speak. Pins api-go v6.0.0-beta.14. Tests temporarily pin sibling revert branches via pseudo-versions; they will be bumped to the new betas once tagged.

Copilot AI lite review requested due to automatic review settings August 12, 2026 19:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts the status RPC layer back to using the status/v1 request/response DTOs (a rename-only change intended to restore compatibility with the previously released v1 wire format and ecosystem clients).

Changes:

  • Switch status RPC server methods and tests from api-go/status/v2 DTOs back to api-go/status/v1 DTOs.
  • Bump github.com/roadrunner-server/api-go/v6 dependency from v6.0.0-beta.13 to v6.0.0-beta.14.
  • Temporarily pin test dependencies (http/v6, jobs/v6) to pseudo-versions for sibling revert branches.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
rpc.go Updates RPC method signatures to use status/v1 Request/Response DTOs.
tests/plugin_test.go Updates RPC client calls and imports to use status/v1 DTOs.
go.mod Bumps api-go/v6 to v6.0.0-beta.14.
go.sum Updates sums for the api-go/v6 version bump.
tests/go.mod Bumps api-go/v6 and pins http/v6 + jobs/v6 to pseudo-versions for tests.
tests/go.sum Updates sums for the test module dependency changes.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.42%. Comparing base (0ee1639) to head (49f87d4).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
+ Coverage   92.30%   96.42%   +4.12%     
==========================================
  Files           6        6              
  Lines         364      364              
==========================================
+ Hits          336      351      +15     
+ Misses         16        8       -8     
+ Partials       12        5       -7     

☔ 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.

@rustatian rustatian changed the title Back to status/v1 DTOs fix: back to status/v1 DTOs Aug 13, 2026
@rustatian rustatian self-assigned this Aug 14, 2026
@rustatian
rustatian merged commit 76e8334 into master Aug 14, 2026
8 checks passed
@rustatian
rustatian deleted the revert/protos-v1 branch August 14, 2026 12:05
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.

2 participants