Skip to content

Releases: temporalio/api

v1.62.8

10 Apr 17:00
67150b1

Choose a tag to compare

What's Changed

  • Merge serverless into master by @ShahabT in #752
  • automatic time-skipping by @feiyang3cat in #740
  • Add resource id annotation for SAA by @yycptt in #747
  • Add identity to TerminatedFailureInfo + CanceledFailureInfo by @stephanos in #745
  • Add compute_config to WorkerDeploymentVersionSummary by @ShahabT in #756
  • Add attributes needed by server to propagate control tasks to worker by @rkannan82 in #711
  • Add Nexus worker service for server-to-worker commands by @rkannan82 in #708
  • Add CONTINUE_AS_NEW_VERSIONING_BEHAVIOR_USE_RAMPING_VERSION by @carlydf in #760

New Contributors

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

v1.61.1

07 Apr 16:14
c7e12e7

Choose a tag to compare

What's Changed

  • Patch v1.61.0 release with the fixed API route clashes by @spkane31 in #757

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

v1.62.7

02 Apr 22:23
43e4896

Choose a tag to compare

What's Changed

  • Deprecate namespace fields on cross-namespace workflow commands by @mjameswh in #751
  • add memo to schedule update request by @chaptersix in #748

New Contributors

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

v1.62.6

25 Mar 16:52
2547d30

Choose a tag to compare

What's Changed

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

v1.62.5

18 Mar 22:29
db5f593

Choose a tag to compare

What's Changed

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

v1.62.4

16 Mar 21:23
8baa851

Choose a tag to compare

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

What's Changed

  • Add storage driver info to worker heartbeats by @jmaeagle99 in #722
  • Add WorkerListInfo proto for efficient worker listing by @rkannan82 in #724
  • Trampolining: addition of fields to remove the infinite loops for pinned wfs by @Shivs11 in #721

Full Changelog: v1.62.2...v1.62.4

v1.62.3

14 Mar 00:37
8baa851

Choose a tag to compare

What's Changed

  • Add storage driver info to worker heartbeats by @jmaeagle99 in #722
  • Add WorkerListInfo proto for efficient worker listing by @rkannan82 in #724
  • Trampolining: addition of fields to remove the infinite loops for pinned wfs by @Shivs11 in #721

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

v1.62.2

13 Feb 20:59
b66af7a

Choose a tag to compare

What's Changed

  • Redo activity HTTP APIs by @bergundy in #716
  • Replace SuggestContinueAsNew + SuggestContinueAsNewReasonTargetVersionChanged with new TargetVersionChanged flag by @carlydf in #709
  • Add OpenAPI path conflict detection to CI by @bergundy in #717
  • Remove buf breaking exceptions by @bergundy in #718
  • Add worker_poll_complete_on_shutdown namespace capability by @rkannan82 in #719

New Contributors

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

v1.60.2

11 Feb 20:01

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

v1.62.1

10 Feb 23:04
bc69dcd

Choose a tag to compare

What's Changed

  • Use Temporal failures in Nexus APIs by @pdoerner in #682
  • Reserve Field Tag 7 in PollWorkflowTaskQueueRequest and PollActivityTaskQueueRequest by @VegetarianOrc in #712

New Contributors

Full Changelog: v1.62.0...v1.62.1