Skip to content

Releases: temporalio/api-go

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)

v0.20.30

30 Apr 17:49
10343ed
Compare
Choose a tag to compare
Rename Payload to Payloads (#27)

v0.20.29

29 Apr 22:27
421d624
Compare
Choose a tag to compare
Updated workflow timeouts (#26)

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

v0.20.28

28 Apr 17:48
6067212
Compare
Choose a tag to compare
Convert Header message to use Payload (#25)

v0.20.27

28 Apr 00:24
e020921
Compare
Choose a tag to compare
Convert Control field to string (#23)

v0.20.26

23 Apr 23:16
6d5e837
Compare
Choose a tag to compare
Migrate bytes to Payload (#22)

v0.20.25

22 Apr 17:40
fd41301
Compare
Choose a tag to compare
Sync with proto changes (#21)