temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
262 stars 70 forks source link

Rename WorkflowExecutionUpdateRequested #713

Open stephanos opened 4 months ago

stephanos commented 4 months ago

What was changed

Renamed WorkflowExecutionUpdateRequested to WorkflowExecutionUpdateAdmitted to match latest API change.

The protos were only updated to match the API rename change as pulling in all changes resulted in compilation errors.

The PR to introduce these was https://github.com/temporalio/sdk-core/pull/677/files

Why?

Follow-up to https://github.com/temporalio/api/pull/387

Quinn-With-Two-Ns commented 4 months ago

Are these API changes released?

stephanos commented 4 months ago

@Quinn-With-Two-Ns yes, see https://github.com/temporalio/api-go/releases/tag/v1.32.0