temporalio / sdk-go

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

Change GetUpdateInfo to GetCurrentUpdateInfo #1505

Closed Quinn-With-Two-Ns closed 1 month ago

Quinn-With-Two-Ns commented 1 month ago

Change GetUpdateInfo to GetCurrentUpdateInfo and include the update name as part of UpdateInfo

Based on the similar python PR: https://github.com/temporalio/sdk-python/pull/544