Skip to content

Update API to v4.24.0 (Temporal API 1.62.8) - #22

Open
sachinsharma3191 wants to merge 1 commit into
roadrunner-php:1.xfrom
sachinsharma3191:chore/bump-temporal-api-1.62.8
Open

Update API to v4.24.0 (Temporal API 1.62.8)#22
sachinsharma3191 wants to merge 1 commit into
roadrunner-php:1.xfrom
sachinsharma3191:chore/bump-temporal-api-1.62.8

Conversation

@sachinsharma3191

@sachinsharma3191 sachinsharma3191 commented Aug 13, 2026

Copy link
Copy Markdown

Summary

  • Updates roadrunner-server/api submodule from v4.23.0 to v4.24.0
  • Regenerates all PHP proto classes
  • Brings Temporal API 1.62.8 which adds:
    • CountSchedules — count schedules with filters
    • PauseWorkflowExecution / UnpauseWorkflowExecution — workflow pause support
    • StartActivityExecution, DescribeActivityExecution, PollActivityExecution, ListActivityExecutions, CountActivityExecutions, RequestCancelActivityExecution, TerminateActivityExecution, DeleteActivityExecution — standalone activity execution APIs
    • CreateWorkerDeployment, CreateWorkerDeploymentVersion, UpdateWorkerDeploymentVersionComputeConfig, ValidateWorkerDeploymentVersionComputeConfig — worker deployment management

This is a prerequisite for temporalio/sdk-php#741.

Test plan

  • Proto generation completed successfully with generate.sh
  • Existing tests pass with updated proto classes

Summary by CodeRabbit

  • Updates
    • Updated the API component to its latest version.
    • No user-facing feature or behavior changes were introduced.

Bumps roadrunner-server/api submodule from v4.23.0 to v4.24.0 and
regenerates PHP proto classes. This brings Temporal API 1.62.8 with
new methods including CountSchedules, PauseWorkflowExecution,
StartActivityExecution, worker deployment management, and more.
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉


📝 Walkthrough

Walkthrough

The api submodule reference changes from commit 616a20972bc53d983d87ff955feb81cdd30d355d to commit ce75e84f4100a225c4884afec174af6d0443f937.

Changes

API Submodule Update

Layer / File(s) Summary
Update API submodule reference
api
The api submodule pointer advances to a new commit.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Mergeability Score: ⚪ Minimal · up to 01e32

This PR updates generated API bindings without evidence of a concrete defect or production-impacting behavior; no actionable merge-blocking risk remains after normal validation checks.

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the API version update and the included Temporal API version.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

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