Releases: temporalio/api-go
Releases · temporalio/api-go
v0.24.0
v0.23.6
v0.23.5
v0.23.4
v0.23.3
v0.23.2
v0.23.1
v0.20.34
Remove request cancel activity failed history event (#30)
v0.20.33
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.