Releases: triggerdotdev/trigger.dev
Releases · triggerdotdev/trigger.dev
[email protected]
Patch Changes
- Updated dependencies:
@trigger.dev/[email protected]
@trigger.dev/[email protected]
@trigger.dev/[email protected]
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 touseRealtimeRun
anduseRealtimeRunWithStreams
- Optimized the run subscription to reduce unnecessary updates
- Updated dependencies:
@trigger.dev/[email protected]
@trigger.dev/[email protected]
Patch Changes
- Updated dependencies:
@trigger.dev/[email protected]
@trigger.dev/[email protected]
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 touseRealtimeRun
anduseRealtimeRunWithStreams
- Optimized the run subscription to reduce unnecessary updates
- Updated dependencies:
@trigger.dev/[email protected]
@trigger.dev/[email protected]
@trigger.dev/[email protected]
@trigger.dev/[email protected]
Patch Changes
- Updated dependencies:
@trigger.dev/[email protected]
@trigger.dev/[email protected]
What's Changed
- Optionally trigger batched items sequentially to preserve order by @ericallam in #1536
- Realtime streams now powered by electric by @ericallam in #1541
- Better error handling for failed emails by @matt-aitken in #1540
- Add run metadata to runs.list endpoint by @ericallam in #1542
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]
Patch Changes
- Updated dependencies:
@trigger.dev/[email protected]
@trigger.dev/[email protected]
@trigger.dev/[email protected]
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]
@trigger.dev/[email protected]
Patch Changes
- Updated dependencies:
@trigger.dev/[email protected]