Releases: temporalio/api-go
Releases · temporalio/api-go
v1.62.7
What's Changed
- Context hook for payload visitor by @jmaeagle99 in #243
New Contributors
- @jmaeagle99 made their first contribution in #243
Full Changelog: v1.62.6...v1.62.7
v1.62.6
What's Changed
- Automatic request header support by @tconley1428 in #236
New Contributors
- @tconley1428 made their first contribution in #236
Full Changelog: v1.62.5...v1.62.6
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