Releases: temporalio/api
Releases · temporalio/api
v1.62.2
What's Changed
- Redo activity HTTP APIs by @bergundy in #716
- Replace
SuggestContinueAsNew + SuggestContinueAsNewReasonTargetVersionChangedwith newTargetVersionChangedflag 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
- @rkannan82 made their first contribution in #719
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
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
- @VegetarianOrc made their first contribution in #712
Full Changelog: v1.62.0...v1.62.1
v1.60.1
Full Changelog: v1.60.0...v1.60.1
v1.62.0
What's Changed
- Make deployment name optional for unversioned by @ShahabT in #700
- Enhance ShutdownWorkerRequest and poll calls with worker_instance_key by @yuandrew in #686
- Fix PollActivityTaskQueueResponse proto doc comments by @dandavison in #702
- Introduce CountSchedules operation by @lina-temporal in #696
- [Workflow Pause]: Add api/v1 support by @laurakwhit in #705
New Contributors
- @laurakwhit made their first contribution in #705
Full Changelog: v1.61.0...v1.62.0
v1.61.0
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
- @fretz12 made their first contribution in #694
- @jmaeagle99 made their first contribution in #697
Full Changelog: v1.60.0...v1.61.0
v1.60.0
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_RUNNINGis 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_REASONandCONTINUE_AS_NEW_VERSIONING_BEHAVIORenums. by @carlydf in #677 - Make version optional for versioning override of already-pinned workflows by @carlydf in #687
New Contributors
- @simvlad made their first contribution in #670
- @michaely520 made their first contribution in #672
Full Changelog: v1.59.0...v1.60.0
v1.59.0
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
- @billrich2001 made their first contribution in #668
Full Changelog: v1.58.0...v1.59.0
v1.58.0
v1.57.0
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