temporalio / sdk-go

Temporal Go SDK
https://docs.temporal.io/application-development?lang=go
MIT License
523 stars 208 forks source link

Workflow update client API refactor #1489

Closed Quinn-With-Two-Ns closed 4 months ago

Quinn-With-Two-Ns commented 4 months ago

This PR makes multiple changes to the client experience around update:

closes https://github.com/temporalio/sdk-go/issues/1414 closes https://github.com/temporalio/sdk-go/issues/1449 closes https://github.com/temporalio/sdk-go/issues/1411

since this has multiple breaking changes feature tests are expected to fail until I make a separate branch