github temporalio/sdk-go v1.1.0

latest releases: v1.41.1, contrib/sysinfo/v0.1.0, v1.41.0...
5 years ago

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:

  1. Error message format has changed (we do not recommend having code depend on error messages though).
  2. When a standard Go error is converted to ApplicationFailure and then to ApplicationError, the failure type used to be set as errorString. Now it is just an empty string as no actual failure type was defined.
  3. 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

Temporal Docs
Server
Go Samples
Helm Chart

Don't miss a new sdk-go release

NewReleases is sending notifications on new releases.