Skip to content

Releases: temporalio/sdk-go

v1.2.0

11 Nov 00:28
Compare
Choose a tag to compare

Release details

2020-10-16 - ee5838d - Upgrade to go 1.15 (#271)
2020-10-22 - b8d2ed4 - Added mock Call.Panic (#270)
2020-10-22 - c49e036 - Set activity handle in testWorkflowEnvironment (#274)
2020-10-23 - 0b6863f - Add support for non-pointer proto struct (#269)
2020-10-28 - 8a9f358 - Fixed ActivityOptions.RetryPolicy documentation (#253)
2020-11-06 - 29e5f09 - Replace panic in headerReader with nil return (#283)

Breaking changes

No breaking changes.

Helpful links to get you started with Temporal Go SDK

Temporal Docs
Server
Go Samples
Helm Chart

v1.1.0

09 Oct 15:14
2c4e283
Compare
Choose a tag to compare

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

v1.0.0

30 Sep 00:05
3976418
Compare
Choose a tag to compare
Release 1.0.0 (#262)

v1.0.0-rc1

28 Sep 21:12
09b6f42
Compare
Choose a tag to compare
Release 1.0.0-rc1 (#261)

v0.31.0

22 Sep 19:38
8688c48
Compare
Choose a tag to compare
Release 0.31.0 (#254)

v0.30.0

17 Sep 01:23
fcedc4c
Compare
Choose a tag to compare
Release 0.30.0 (#248)

v0.29.0

24 Aug 21:28
e1da1ba
Compare
Choose a tag to compare
Update go.temporal.io/api dependencies to 0.29.0 (#237)

v0.28.2

14 Aug 20:55
1154349
Compare
Choose a tag to compare

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

10 Aug 18:17
64b3325
Compare
Choose a tag to compare

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.

v0.28.0

31 Jul 21:05
b2636af
Compare
Choose a tag to compare
Update api to v0.28.0 (#223)