github temporalio/sdk-typescript v1.17.0

6 hours ago

Notable Changes

  • [lamba-worker, pre-release] New @temporalio/lambda-worker package (#1995) that wraps the full per-invocation lifecycle for running
    Temporal workers inside AWS Lambda (connect, create worker, poll, graceful shutdown). Now in pre-release!
  • [client, pre-release] 💥 Standalone Activities support (#2029). Activities can now be started directly from a Temporal Client, independent of any workflow. See https://docs.temporal.io/standalone-activity for documentation. Standalone Activity as a server feature is in Public Preview, but TS implementation is still pre-release.

Features

  • [worker] feat(metrics): add UpDownCounter to Buffered Metrics and RuntimeMetricMeter (#2007). First contribution from @gibbonjj! Thank you!

Bug Fixes

  • [workflow] fix(workflow): do not import @temporalio/proto from workflow code (#2010)
  • [worker] fix(worker): 'occured' -> 'occurred' in error log message (#2013). First contribution from @SAY-5! Thank you!

Chores / Cleanup

  • chore: prune pnpm deps overrides (#2012)
  • chore: enforce type only imports (#2015)
  • [ci]: Update and pin all GHA actions (#2016)
  • [core]: update submodule to sdk-rust (#2026)

Dependencies

  • [core, deps] bump sdk-core and protobufjs (#2011)
  • [core] core commit to latest (#2028)

New Contributors

Full Changelog: v1.16.0...v1.17.0

Don't miss a new sdk-typescript release

NewReleases is sending notifications on new releases.