October 6, 2023
Go SDK v.1.25.0
If using Go version 1.21+ the Go SDK provides built-in integration with the standard slog package.
Added GetContinueAsNewSuggested()
and GetCurrentHistorySize()
to WorkflowInfo
Added StartDelay
option to StartWorkflowOptions
. StartDelay
will cause Temporal to wait before dispatching the first workflow task.
If the workflow gets a signal before the delay, a workflow task will be dispatched and the rest of the delay will be ignored.