Skip to content

Releases: triggerdotdev/trigger.dev

@trigger.dev/sdk@3.3.17

04 Mar 12:50
5730fae

Choose a tag to compare

Patch Changes

  • Add support for two-phase deployments and task version pinning (#1739)
  • Updated dependencies:
    • @trigger.dev/core@3.3.17

@trigger.dev/rsc@3.3.17

04 Mar 12:50
5730fae

Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@3.3.17

@trigger.dev/react-hooks@3.3.17

04 Mar 12:50
5730fae

Choose a tag to compare

Patch Changes

  • Add support for two-phase deployments and task version pinning (#1739)
  • Updated dependencies:
    • @trigger.dev/core@3.3.17

@trigger.dev/python@3.3.17

04 Mar 12:50
5730fae

Choose a tag to compare

Patch Changes

  • Introduced a new Python extension to enhance the build process. It now allows users to execute Python scripts with improved support and error handling. (#1686)
  • Updated dependencies:
    • @trigger.dev/sdk@3.3.17
    • @trigger.dev/core@3.3.17
    • @trigger.dev/build@3.3.17

@trigger.dev/core@3.3.17

04 Mar 12:50
5730fae

Choose a tag to compare

Patch Changes

  • Add manual checkpoint schema (#1709)
    • Add new run completion submission message with ack (#1711)
    • Add timeout support to sendWithAck

@trigger.dev/build@3.3.17

04 Mar 12:50
5730fae

Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@3.3.17

trigger.dev@3.3.16

13 Feb 15:35

Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • @trigger.dev/build@3.3.16
    • @trigger.dev/core@3.3.16

@trigger.dev/sdk@3.3.16

13 Feb 15:35

Choose a tag to compare

Patch Changes

  • You can add Alerts in the dashboard. One of these is a webhook, which this change greatly improves. (#1703)

    The main change is that there's now an SDK function to verify and parse them (similar to Stripe SDK).

    const event = await webhooks.constructEvent(request, process.env.ALERT_WEBHOOK_SECRET!);

    If the signature you provide matches the one from the dashboard when you create the webhook, you will get a nicely typed object back for these three types:

    • "alert.run.failed"
    • "alert.deployment.success"
    • "alert.deployment.failed"
  • Updated dependencies:

    • @trigger.dev/core@3.3.16

@trigger.dev/rsc@3.3.16

13 Feb 15:35

Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@3.3.16

@trigger.dev/react-hooks@3.3.16

13 Feb 15:35

Choose a tag to compare

Patch Changes

  • Updated dependencies:
    • @trigger.dev/core@3.3.16