Skip to content

Releases: triggerdotdev/trigger.dev

[email protected]

13 Dec 15:52
2bf04ec
Compare
Choose a tag to compare

Patch Changes

@trigger.dev/[email protected]

13 Dec 15:53
2bf04ec
Compare
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/[email protected]

13 Dec 15:52
2bf04ec
Compare
Choose a tag to compare

Patch Changes

@trigger.dev/[email protected]

13 Dec 15:52
2bf04ec
Compare
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/[email protected]

13 Dec 15:52
2bf04ec
Compare
Choose a tag to compare

@trigger.dev/[email protected]

13 Dec 15:52
2bf04ec
Compare
Choose a tag to compare

Patch Changes

@trigger.dev/[email protected]

10 Dec 15:54
30ea5eb
Compare
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

[email protected]

10 Dec 15:56
30ea5eb
Compare
Choose a tag to compare

Patch Changes

@trigger.dev/[email protected]

10 Dec 15:56
30ea5eb
Compare
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/[email protected]

10 Dec 15:56
30ea5eb
Compare
Choose a tag to compare

Patch Changes