Releases: temporalio/api-go
Releases · temporalio/api-go
v1.62.5
Full Changelog: v1.62.4...v1.62.5
v1.62.4
Full Changelog: v1.62.3...v1.62.4
v1.62.3
What's Changed
- Fix protogen to only compile .proto files by @rkannan82 in #238
New Contributors
- @rkannan82 made their first contribution in #238
Full Changelog: v1.62.2...v1.62.3
v1.62.2
Full Changelog: v1.62.1...v1.62.2
v1.60.2
💥 BREAKING CHANGE 💥
- Redefined the experimental activity HTTP API paths.
- The activity operator APIs were explicitly marked as deprecated, they will be redone when we add support for standalone activities.
- All verbs that didn't have an identifier in the path (e.g. APIs that take a token), were renamed
activity-$VERB. - All APIs that take identifiers (either within a workflow or for standalone) were restructured to include the identifiers in the path.
- Chose the name
resolve-as-canceledforRespondActivityTaskCanceledByIdto prevent the collision withcancelwith maps toRequestCancelActivityExecution, which matches the path verb forRequestCancelWorkflowExecution.
Full Changelog: v1.60.1...v1.60.2
v1.62.1
Full Changelog: v1.62.0...v1.62.1
v1.60.1
Full Changelog: v1.60.0...v1.60.1
v1.62.0
v1.61.0
Full Changelog: v1.60.0...v1.61.0
v1.60.0
Full Changelog: v1.59.0...v1.60.0