Skip to content

Releases: temporalio/api-go

v1.62.9

15 Apr 00:26

Choose a tag to compare

v1.62.8

10 Apr 17:00

Choose a tag to compare

What's Changed

Full Changelog: v1.62.7...v1.62.8

v1.61.1

07 Apr 16:33
4d9973d

Choose a tag to compare

What's Changed

  • patching v1.61.0 release with api path corrections by @spkane31 in #246

Full Changelog: v1.61.0...v1.61.1

v1.62.7

02 Apr 22:23

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.62.6...v1.62.7

v1.62.6

25 Mar 16:52

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.62.5...v1.62.6

v1.62.5

18 Mar 22:29

Choose a tag to compare

Full Changelog: v1.62.4...v1.62.5

v1.62.4

16 Mar 21:23
34df2ca

Choose a tag to compare

Full Changelog: v1.62.3...v1.62.4

v1.62.3

14 Mar 00:37
34df2ca

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.62.2...v1.62.3

v1.62.2

13 Feb 21:00

Choose a tag to compare

Full Changelog: v1.62.1...v1.62.2

v1.60.2

11 Feb 20:08

Choose a tag to compare

💥 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-canceled for RespondActivityTaskCanceledById to prevent the collision with cancel with maps to RequestCancelActivityExecution, which matches the path verb for RequestCancelWorkflowExecution.

Full Changelog: v1.60.1...v1.60.2