Skip to content

Releases: temporalio/api-go

v0.24.0

10 Jun 05:17
e37bb05
Compare
Choose a tag to compare
Add UNSPECIFIED to every enum (#43)

v0.23.6

09 Jun 17:24
5d7f084
Compare
Choose a tag to compare
Prefix enums with type and convert to upper case (#41)

v0.23.5

05 Jun 18:49
9864f04
Compare
Choose a tag to compare
Remove workflow timeout type (#40)

v0.23.4

04 Jun 23:20
630839d
Compare
Choose a tag to compare
Add RetryStatus enum and use it (#39)

v0.23.3

04 Jun 01:38
b7a0016
Compare
Choose a tag to compare
Convert marker details to map (#38)

v0.23.2

21 May 21:20
b00b6e2
Compare
Choose a tag to compare
Use Failure and FailureInfo for errors (#32)

v0.23.1

19 May 20:05
f5e8c3a
Compare
Choose a tag to compare
Move types between packages (#31)

v0.20.34

07 May 22:56
d871754
Compare
Choose a tag to compare
Remove request cancel activity failed history event (#30)

v0.20.33

06 May 05:58
b6527ca
Compare
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
Compare
Choose a tag to compare
Use Payload for SA, Memo, and Headers (#28)