Skip to content

Releases: temporalio/sdk-typescript

1.0.1

04 Aug 21:29
Compare
Choose a tag to compare

Bug Fixes

  • Allow RetryPolicy.maximumAttempts: Number.POSITIVE_INFINITY (#784)
  • [worker] Prevent ending a worker span twice. (#786)
  • Update Core SDK (#790)
    • Turn down log level for this line (#362)
    • Fix bug where LA resolutions could trigger activations with no associated WFT (#357)
    • Don't allow activity completions with unset successful result payloads (#356)
    • Make sure workers do not propagate retryable errors as fatal (#353)
    • Fix null LA results becoming unparseable (#355)

Documentation

  • Update release instructions (#779)
  • Update release instructions again (#780)

Features

  • [workflow] List registered queries in error response when a query is not found (#791)

Miscellaneous Tasks

1.0.0

04 Aug 21:30
Compare
Choose a tag to compare

Bug Fixes

  • [worker] Update terser, fixes #759 (#760)
  • Reference local version of ActivityCancellationType (#768)

Documentation

  • Update author and license company name (#748)
  • Deprecate temporalio meta package (#747)

Refactor

  • 💥 [workflow] Move TaskInfo to WorkflowInfo (#761)

    BREAKING CHANGE: There is no longer a taskInfo() export from @temporalio/workflow. taskInfo().* fields have been moved to workflowInfo().

  • 💥 Update activity and worker exports (#764)

    BREAKING CHANGE: If you were importing any of the following errors from @temporalio/activity (unlikely), instead import from @temporalio/common: ValueError, PayloadConverterError, IllegalStateError, WorkflowExecutionAlreadyStartedError, WorkflowNotFoundError