Download Latest Version trigger.dev v4.6.0 source code.zip (37.0 MB) Google Add to Preferred Sources
Home / v4.5.16
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-09-02 1.9 kB
trigger.dev v4.5.16 source code.tar.gz 2026-09-02 32.4 MB
trigger.dev v4.5.16 source code.zip 2026-09-02 36.2 MB
Totals: 3 Items   68.6 MB 4

trigger.dev v4.5.16

Upgrade

:::sh
npx trigger.dev@latest update  # npm
pnpm dlx trigger.dev@latest update  # pnpm
yarn dlx trigger.dev@latest update  # yarn
bunx trigger.dev@latest update  # bun

Self-hosted Docker image: ghcr.io/triggerdotdev/trigger.dev:v4.5.16 (github.com)

Release notes

Read the full release notes: https://trigger.dev/changelog/v4-5-16

What's changed

Improvements

  • The trigger.dev deploy and trigger.dev dev commands now warn (with the suggested fix) when your code loads a package through createRequire() that won't be available in the deployed image. Previously it would fail at runtime in production to load the package. Deploys also now show bundler warnings for your code instead of discarding them. (#4851)

Bug fixes

  • Fixes an issue introduced in 4.5.11 that made deploy image builds of projects with large dependency trees noticeably slower. (#4878)

Server changes

These changes affect the self-hosted Docker image and Trigger.dev Cloud:

  • A durable guard improves reliability for runs waiting on triggerAndWait or batchTriggerAndWait if there's a database error that interrupts a child run finishing. (#4849)

All packages: v4.5.16

@trigger.dev/build, @trigger.dev/core, @trigger.dev/python, @trigger.dev/react-hooks, @trigger.dev/redis-worker, @trigger.dev/rsc, @trigger.dev/schema-to-json, @trigger.dev/sdk, trigger.dev

Contributors

Chris Arderne, @d-cs, Matt Aitken, Saadi Myftija, github-actions[bot], James Ritchie

Full changelog: https://github.com/triggerdotdev/trigger.dev/compare/v4.5.15...v4.5.16

Source: README.md, updated 2026-09-02