Skip to content

Releases: triggerdotdev/trigger.dev

@trigger.dev/docker@3.3.7

13 Dec 15:51
2bf04ec

Choose a tag to compare

What's Changed

  • Fix: Prevent some attempt creation retries from causing system failures by @nicktrn in #1550
  • Adds v2 countdown eol text in side menu by @samejr in #1546
  • Tabs horizontally scroll in the side panel inspectors by @samejr in #1556
  • Adds a tooltip to the Status header showing deployment status descrip… by @samejr in #1554
  • Changes frozen to waiting by @samejr in #1551
  • Upgrading from Hobby to Pro displays a dialog to confirm by @samejr in #1545
  • Update deploy-environment-variables.mdx by @nilooy in #1509
  • Upgrades and fixes to Realtime and Realtime streams by @ericallam in #1549
  • 3 small improvements by @samejr in #1560

New Contributors

Full Changelog: v.docker.3.3.6...v.docker.3.3.7

trigger.dev@3.3.7

13 Dec 15:52
2bf04ec

Choose a tag to compare

Patch Changes

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

@trigger.dev/sdk@3.3.7

13 Dec 15:53
2bf04ec

Choose a tag to compare

Patch Changes

    • Fixes an issue in streams where "chunks" could get split across multiple reads (#1549)
    • Fixed stopping the run subscription after a run is finished, when using useRealtimeRun or useRealtimeRunWithStreams
    • Added an onComplete callback to useRealtimeRun and useRealtimeRunWithStreams
    • Optimized the run subscription to reduce unnecessary updates
  • Updated dependencies:
    • @trigger.dev/core@3.3.7

@trigger.dev/rsc@3.3.7

13 Dec 15:52
2bf04ec

Choose a tag to compare

Patch Changes

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

@trigger.dev/react-hooks@3.3.7

13 Dec 15:52
2bf04ec

Choose a tag to compare

Patch Changes

  • Now compatible with React 19 (#1559)
    • Fixes an issue in streams where "chunks" could get split across multiple reads (#1549)
    • Fixed stopping the run subscription after a run is finished, when using useRealtimeRun or useRealtimeRunWithStreams
    • Added an onComplete callback to useRealtimeRun and useRealtimeRunWithStreams
    • Optimized the run subscription to reduce unnecessary updates
  • Updated dependencies:
    • @trigger.dev/core@3.3.7

@trigger.dev/core@3.3.7

13 Dec 15:52
2bf04ec

Choose a tag to compare

@trigger.dev/core@3.3.7

@trigger.dev/build@3.3.7

13 Dec 15:52
2bf04ec

Choose a tag to compare

Patch Changes

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

@trigger.dev/docker@3.3.6

10 Dec 15:54
30ea5eb

Choose a tag to compare

What's Changed

Currently using Electric for Realtime streams is opt-in by setting the REALTIME_STREAM_VERSION env var to "v2" in the webapp, or the TRIGGER_REALTIME_STREAM_VERSION to "v2" env var in your tasks.

Full Changelog: v.docker.3.3.5...v.docker.3.3.6

trigger.dev@3.3.6

10 Dec 15:56
30ea5eb

Choose a tag to compare

Patch Changes

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

@trigger.dev/sdk@3.3.6

10 Dec 15:56
30ea5eb

Choose a tag to compare

Patch Changes

  • Realtime streams now powered by electric. Also, this change fixes a realtime bug that was causing too many re-renders, even on records that didn't change (#1541)
  • Add option to trigger batched items sequentially, and default to parallel triggering which is faster (#1536)
  • Updated dependencies:
    • @trigger.dev/core@3.3.6