Skip to content

Commit 2fcd224

Browse files
committed
[Worker Versioning GA]: Add autoUpgrade information inside of events (#665)
_**READ BEFORE MERGING:** All PRs require approval by both Server AND SDK teams before merging! This is why the number of required approvals is "2" and not "1"--two reviewers from the same team is NOT sufficient. If your PR is not approved by someone in BOTH teams, it may be summarily reverted._ <!-- Describe what has changed in this PR --> - Add InheritedAutoUpgradeInfo message and store it inside of StartWorkflowExecutionAttributes. <!-- Tell your future self why have you made these changes --> - So that replication, on the passive cluster, can also use the revision number mechanics and ensure that workflow tasks get dispatched to the correct worker. <!-- Are there any breaking changes on binary or code level? --> **Breaking changes** - Discussion to follow <!-- If this breaks the Server, please provide the Server PR to merge right after this PR was merged. --> - temporalio/temporal#8632
1 parent 0516c46 commit 2fcd224

File tree

7 files changed

+441
-301
lines changed

7 files changed

+441
-301
lines changed

deployment/v1/message.go-helpers.pb.go

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/v1/message.pb.go

Lines changed: 128 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

history/v1/message.pb.go

Lines changed: 258 additions & 223 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalproto/openapi/openapiv2.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

temporalproto/openapi/openapiv3.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

workflow/v1/message.pb.go

Lines changed: 15 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)