Skip to content

Releases: temporalio/api

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

v1.60.1

31 Jan 21:44

Choose a tag to compare

Full Changelog: v1.60.0...v1.60.1

v1.62.0

30 Jan 23:39
e966760

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.61.0...v1.62.0

v1.61.0

21 Jan 21:18
831177c

Choose a tag to compare

What's Changed

  • Added activity run ID to PollActivityTaskQueueResponse by @fretz12 in #694
  • Add nexus caller timeouts by @bergundy in #695
  • Add standalone activities namespace capability by @bergundy in #698
  • Add a new workflow failure cause for oversized payloads by @jmaeagle99 in #697

New Contributors

Full Changelog: v1.60.0...v1.61.0

v1.60.0

07 Jan 23:19
4130a80

Choose a tag to compare

What's Changed

  • Add blob and memo limits to NamespaceInfo by @simvlad in #670
  • Update Workflow and Activity Priority by @stephanos in #610
  • Enable replication separately from namespace replication by @michaely520 in #672
  • Rename is_replication_enabled to enable_replication by @michaely520 in #676
  • Enable reading replicationEnabled by @michaely520 in #678
  • Extend Payload to include references to externally stored objects by @simvlad in #671
  • Add WorkflowPauseEnabled to namespace capabilities by @spkane31 in #683
  • Clarify that WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING is deprecated by @mjameswh in #681
  • Add external payload stats to WorkflowExecutionInfo by @simvlad in #689
  • Standalone Activity by @dandavison in #688
  • Add LastCurrentTime to version info to tell if it ever became current by @carlydf in #692
  • Add CONTINUE_AS_NEW_SUGGESTED_REASON and CONTINUE_AS_NEW_VERSIONING_BEHAVIOR enums. by @carlydf in #677
  • Make version optional for versioning override of already-pinned workflows by @carlydf in #687

New Contributors

Full Changelog: v1.59.0...v1.60.0

v1.59.0

03 Dec 18:05
94708bf

Choose a tag to compare

What's Changed

  • [Workflow Pause] Proto changes by @gow in #653
  • Move WorkflowExecutionPauseInfo inside WorkflowExecutionExtendedInfo by @gow in #666
  • Enhance comments in task_queue.proto for clarity by @billrich2001 in #668
  • Deprecate Versioning APIs previous_* response fields by @ShahabT in #669
  • [Worker Versioning GA]: Add autoUpgrade information inside of events by @Shivs11 in #665

New Contributors

Full Changelog: v1.58.0...v1.59.0

v1.58.0

14 Nov 00:56
35aacca

Choose a tag to compare

What's Changed

  • Clarify comments for history and schedule protos by @yiminc in #658
  • Remove broken publish docs CI job by @yuandrew in #660
  • Add RESOURCE_EXHAUSTED_CAUSE_WORKER_DEPLOYMENT_LIMITS by @ShahabT in #662

Full Changelog: v1.57.0...v1.58.0

v1.57.0

31 Oct 02:09
060dbc3

Choose a tag to compare

What's Changed

  • Add per-namespace-per-shard scope in ResourceExhaustedScope by @prathyushpv in #649
  • Remove resource exhasted scopes for namespace shard and execution by @bergundy in #654
  • Add identity to workflow update-options by @carlydf in #656
  • WorkerDeployments becoming async in nature. by @Shivs11 in #647

Full Changelog: v1.55.0...v1.57.0