1 improvement, 1 bug fix, and 1 server change.
Improvements
trigger.dev deployandtrigger.dev devnow warn (with a suggested fix) when your code loads a package viacreateRequire()that won't be available in the deployed image. Previously this would fail silently at runtime in production. Deploys also now surface bundler warnings for your code instead of discarding them. (#4851)
Bug fixes
- Fixes a performance regression introduced in 4.5.11 that made deploy image builds noticeably slower for projects with large dependency trees. (#4878)
Server changes
These changes are included in the v4.5.16 Docker image and are already live on Trigger.dev Cloud:
- A durable guard improves reliability for runs waiting on
triggerAndWaitorbatchTriggerAndWaitwhen a database error interrupts a child run from finishing. (#4849)
How to upgrade
Update the trigger.dev/* packages to v4.5.16 using your package manager:
npx trigger.dev@latest update # npmpnpm dlx trigger.dev@latest update # pnpmyarn dlx trigger.dev@latest update # yarnbunx trigger.dev@latest update # bun
Self-hosted users: update your Docker image to ghcr.io/triggerdotdev/trigger.dev:v4.5.16.

