Skip to content

Releases: triggerdotdev/trigger.dev

[email protected]

01 Aug 11:52
44af80e
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

@trigger.dev/[email protected]

01 Aug 11:52
44af80e
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • fix: importing from runEngine/index.js breaks non-node runtimes (#2328)

  • Added and cleaned up the run ctx param: (#2322)

    • New optional properties ctx.run.parentTaskRunId and ctx.run.rootTaskRunId reference the current run's root/parent ID.
    • Removed deprecated properties from ctx
    • Added a new ctx.deployment object that contains information about the deployment associated with the run.

    We also update metadata.root and metadata.parent to work even when the run is a "root" run (meaning it doesn't have a parent or a root associated run). This now works:

    metadata.root.set("foo", "bar");
    metadata.parent.set("baz", 1);
    metadata.current().foo; // "bar"
    metadata.current().baz; // 1
  • Updated dependencies:

@trigger.dev/[email protected]

01 Aug 11:51
44af80e
Compare
Choose a tag to compare
Pre-release

Patch Changes

@trigger.dev/[email protected]

01 Aug 11:52
44af80e
Compare
Choose a tag to compare
Pre-release

Patch Changes

@trigger.dev/[email protected]

01 Aug 11:52
44af80e
Compare
Choose a tag to compare
Pre-release

Patch Changes

@trigger.dev/[email protected]

01 Aug 11:52
44af80e
Compare
Choose a tag to compare
Pre-release

Patch Changes

@trigger.dev/[email protected]

01 Aug 11:51
44af80e
Compare
Choose a tag to compare
Pre-release
@trigger.dev/[email protected]

@trigger.dev/[email protected]

01 Aug 11:52
44af80e
Compare
Choose a tag to compare
Pre-release

Patch Changes

[email protected]

23 Jul 19:26
17bb0c0
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Gracefully shutdown task run processes using SIGTERM followed by SIGKILL after a 1s timeout. This also prevents cancelled or completed runs from leaving orphaned Ttask run processes behind (#2299)
  • Updated dependencies:

@trigger.dev/[email protected]

23 Jul 19:26
17bb0c0
Compare
Choose a tag to compare
Pre-release

Patch Changes