Ingest API PR #709: Add target_worker_deployment_version_changed field#1148
Merged
tconley1428 merged 3 commits intomasterfrom Mar 11, 2026
Merged
Ingest API PR #709: Add target_worker_deployment_version_changed field#1148tconley1428 merged 3 commits intomasterfrom
tconley1428 merged 3 commits intomasterfrom
Conversation
This change implements the API changes from temporalio/api PR #709: - Adds `target_worker_deployment_version_changed` boolean field to WorkflowTaskStartedEventAttributes - Propagates the field through core to the bridge layers via WorkflowActivation - The field indicates when a workflow's Target Worker Deployment Version differs from its Pinned Version 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Sushisource approved these changes Mar 11, 2026
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced Mar 19, 2026
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
target_worker_deployment_version_changedboolean field to WorkflowActivation for bridge layersChanges Made
target_worker_deployment_version_changedfield toWorkflowMachinesstructWorkflowActivationprotobuf definition with new boolean fieldContext
The original API change removes
SUGGEST_CONTINUE_AS_NEW_REASON_TARGET_WORKER_DEPLOYMENT_VERSION_CHANGEDfrom the suggest-continue-as-new reasons and replaces it with a separatetarget_worker_deployment_version_changedflag. This provides better ergonomics by making target version change detection opt-in rather than forcing users to filter it out from continue-as-new suggestions.Test plan
🤖 Generated with Claude Code