Releases: temporalio/sdk-go
Releases · temporalio/sdk-go
v1.1.0
Release details
2020-09-30 - b5049b0 - Add google protoc plugin generated golang struct support (#241)
2020-10-08 - 0914229 - Improve error messages (#264)
2020-10-08 - d2bd562 - Fix custom tracer header propagation (#263)
Minor breaking changes
This release includes a few minor breaking changes:
- Error message format has changed (we do not recommend having code depend on error messages though).
- When a standard Go error is converted to
ApplicationFailure
and then toApplicationError
, the failure type used to be set aserrorString
. Now it is just an empty string as no actual failure type was defined. - Tracer propagator header name has changed. It means that Workflows started with an older SDK version will loose trace information if the Workflow continues with this version.
Helpful links to get you started with Temporal Go SDK
v1.0.0
v1.0.0-rc1
Release 1.0.0-rc1 (#261)
v0.31.0
v0.30.0
v0.29.0
Update go.temporal.io/api dependencies to 0.29.0 (#237)
v0.28.2
This change contains the following fix that will break backwards compatibility for existing deployed Workflow Environments: Fixes bug where executing multiple local activities in parallel causes the Workflow to hang.
v0.28.1
This change contains the following fix:
- Fixes bug where long-running activities were sending heartbeats at the incorrect interval, causing either unexpected Heartbeat timeouts or more-frequent-than-expected heartbeats.