You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completes the no-deprecated-aliases policy applied to the client's
createOrThrow: createWorker returns AsyncResult<Worker, never>, so
.get() provides the same throw-on-defect behavior with the original
cause. Migration guide, checklist, changeset, and handlers.md updated.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .changeset/v8-review-remediation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ v8 review remediation — the full-surface overhaul from the six-track 8.0 revie
28
28
29
29
- Invalid signal payloads are dropped and logged (`log.warn`), never thrown — `SignalInputValidationError` is deleted; a stale client can no longer terminally kill a workflow execution.
30
30
- Contract misuse inside workflow code (unknown signal/query/update or workflow name, async schema, uncovered activity options) now fails fast as a non-retryable `ContractMisuseError``ApplicationFailure` instead of hanging executions in Workflow Task retries.
31
-
- Exported `qualify` is renamed `qualifyFailure` (no alias).
31
+
- Exported `qualify` is renamed `qualifyFailure` (no alias), and the deprecated `createWorkerOrThrow` is removed — use `createWorker(...).get()`.
32
32
-`activities` is optional on `createWorker`, and activity-less workflows no longer need `{}` entries in the implementations map.
33
33
-`TypedChildWorkflowHandle` gains a typed `signals` map and `firstExecutionRunId`.
0 commit comments