Skip to content

Bump Temporal API to 1.62.8 - #794

Open
sachinsharma3191 wants to merge 4 commits into
temporalio:masterfrom
sachinsharma3191:chore/741-bump-temporal-api-1.62.8
Open

Bump Temporal API to 1.62.8#794
sachinsharma3191 wants to merge 4 commits into
temporalio:masterfrom
sachinsharma3191:chore/741-bump-temporal-api-1.62.8

Conversation

@sachinsharma3191

Copy link
Copy Markdown

Summary

New API methods available after DTO update

  • CountSchedules — count schedules with filters
  • PauseWorkflowExecution / UnpauseWorkflowExecution — workflow pause support
  • Standalone Activity Execution APIs: StartActivityExecution, DescribeActivityExecution, PollActivityExecution, ListActivityExecutions, CountActivityExecutions, RequestCancelActivityExecution, TerminateActivityExecution, DeleteActivityExecution
  • Worker Deployment APIs: CreateWorkerDeployment, CreateWorkerDeploymentVersion, UpdateWorkerDeploymentVersionComputeConfig, ValidateWorkerDeploymentVersionComputeConfig

Next steps after DTO release

Run `make generate-client` to regenerate `ServiceClient.php` and `ServiceClientInterface.php` with the new gRPC methods.

Test plan

sachinsharma 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.
@sachinsharma3191

Copy link
Copy Markdown
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.

Sachin Sharma 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.
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.

Bump Temporal API to 1.62.8

1 participant