October 6, 2023

Go SDK v.1.25.0

Integration with slog

If using Go version 1.21+ the Go SDK provides built-in integration with the standard slog package.

New WorkflowInfo fields

Added GetContinueAsNewSuggested() and GetCurrentHistorySize() to WorkflowInfo

(Experimental) Start delay.

Added StartDelay option to StartWorkflowOptionsStartDelay 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.