Bump Temporal API to 1.62.8 - #794
Open
sachinsharma3191 wants to merge 4 commits into
Open
Conversation
added 2 commits
August 13, 2026 16:43
Requires roadrunner-php/roadrunner-api-dto v1.15.0+ which includes roadrunner-server/api v4.24.0 (Temporal API 1.62.8). After the DTO package is released, run `make generate-client` to regenerate ServiceClient and ServiceClientInterface with new API methods. Depends on: roadrunner-php/roadrunner-api-dto#22 Closes temporalio#741.
The bumped roadrunner-api-dto ^1.15.0 requires PHP 8.2+, causing validate-prefer-lowest failures on PHP 8.1. This aligns with PR temporalio#793 which drops PHP 8.1 support from the SDK.
Author
|
Updated: dropped PHP 8.1 from CI matrix and composer requirement on this branch since roadrunner-api-dto ^1.15.0 requires PHP 8.2+. This aligns with PR #793 which drops PHP 8.1 support. CI re-running now. |
added 2 commits
August 17, 2026 10:58
The dload binary downloader uses GitHub API to find and download release assets for RoadRunner, Temporal CLI, and Temporal test server. When many CI jobs run concurrently, the 5000 req/hr rate limit is exhausted causing widespread failures. Cache the extracted binaries keyed on the dload.xml configuration hash.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New API methods available after DTO update
CountSchedules— count schedules with filtersPauseWorkflowExecution/UnpauseWorkflowExecution— workflow pause supportStartActivityExecution,DescribeActivityExecution,PollActivityExecution,ListActivityExecutions,CountActivityExecutions,RequestCancelActivityExecution,TerminateActivityExecution,DeleteActivityExecutionCreateWorkerDeployment,CreateWorkerDeploymentVersion,UpdateWorkerDeploymentVersionComputeConfig,ValidateWorkerDeploymentVersionComputeConfigNext steps after DTO release
Run `make generate-client` to regenerate `ServiceClient.php` and `ServiceClientInterface.php` with the new gRPC methods.
Test plan