Skip to content

Releases: temporalio/api-go

v0.23.5

05 Jun 18:49
9864f04

Choose a tag to compare

Remove workflow timeout type (#40)

v0.23.4

04 Jun 23:20
630839d

Choose a tag to compare

Add RetryStatus enum and use it (#39)

v0.23.3

04 Jun 01:38
b7a0016

Choose a tag to compare

Convert marker details to map (#38)

v0.23.2

21 May 21:20
b00b6e2

Choose a tag to compare

Use Failure and FailureInfo for errors (#32)

v0.23.1

19 May 20:05
f5e8c3a

Choose a tag to compare

Move types between packages (#31)

v0.20.34

07 May 22:56
d871754

Choose a tag to compare

Remove request cancel activity failed history event (#30)

v0.20.33

06 May 05:58
b6527ca

Choose a tag to compare

Request for activity cancellation should include scheduleId (#29)

Currently client passes activityId when requesting cancellation of
activity.  We instead want to include scheduleId as it makes
scanning for completed event simpler.
Once I consume this change on the server will completely remove
activityId from decision for request cancel activity completion
and also remove request cancel activity failed event as we need to
instead fail the entire decision.

v0.20.31

01 May 01:14
31ab877

Choose a tag to compare

Use Payload for SA, Memo, and Headers (#28)

v0.20.30

30 Apr 17:49
10343ed

Choose a tag to compare

Rename Payload to Payloads (#27)

v0.20.29

29 Apr 22:27
421d624

Choose a tag to compare

Updated workflow timeouts (#26)

https://github.com/temporalio/temporal-proto/pull/35