Releases: temporalio/api
Releases · temporalio/api
v1.62.8
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_VERSIONby @carlydf in #760
New Contributors
- @feiyang3cat made their first contribution in #740
Full Changelog: v1.62.7...v1.62.8
v1.61.1
v1.62.7
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
- @chaptersix made their first contribution in #748
Full Changelog: v1.62.6...v1.62.7
v1.62.6
What's Changed
- Add Principal to the base HistoryEvent by @simvlad in #733
- Standardize resource_id annotations to use bare values by @tconley1428 in #737
- Remove READ BEFORE MERGING warning by @yuandrew in #741
Full Changelog: v1.62.5...v1.62.6
v1.62.5
What's Changed
- Add request header annotation and resource-id fields by @tconley1428 in #728
- Add poller autoscaling namespace capability by @Sushisource in #723
Full Changelog: v1.62.4...v1.62.5
v1.62.4
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
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
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